Write the pseudocode for the method named computeSum. The method should return a numeric value: result. The method should have two numeric parameters: amount1 and amount2.  result is equal to the sum of amount1 and amount2.

What will be an ideal response?


num computeSum(num amount1, num amount2)
     Declarations
        num result
     result = amount1 + amount2
return result

Computer Science & Information Technology

You might also like to view...

A computer boots, but the screen does not display the Windows startup screen. Sometimes a faint image seems to be evident. What is the most suspect component?

A) Backlight lamp B) Inverter C) Lid sensor D) Motherboard (built-in video adapter)

Computer Science & Information Technology

The Memory Control Panel can be used to adjust virtual memory settings in Windows

Indicate whether the statement is true or false

Computer Science & Information Technology

Define each of the following: spyware, adware, cookie, spam, and phishing.

What will be an ideal response?

Computer Science & Information Technology

Pointer events do not aim to handle input from a mouse.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology