10 pts.
 Pseudocode design for variable due
Write a pseudocode statement that subtracts the variable downPayment from the variable total and assingns the result to the variable due.

Software/Hardware used:
ASKED: April 6, 2009  2:01 AM
UPDATED: October 30, 2009  2:00 AM

Answer Wiki:
A pseudocode is just a sequence of steps in a codee like statements to help u develop the required code so it is not that difficult to guess, and your question would look something like this: 1- Enter the total amount and assing this to a varaible called say Total 2-nter the dowonpayment amount and assign it to a variable called DownPayment 3- Apply the subtraction like this Due=Total - DownPayment; // where Due is the variable that woul carry the due amount 4- Show the result. that is it;
Last Wiki Answer Submitted:  April 6, 2009  6:44 am  by  Sief   70 pts.
All Answer Wiki Contributors:  Sief   70 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _