liangm20

pseudo code

Oct 4th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. 1. create scanners that prompt user for a double annual interest rate, amount of years mortgage will be held, and the number representing the mortgage amount borrowed from the bank
  2. 2. copy the formula from the Java Illuminated eBook and plug in the variables for the formula and calculate the monthly payment; also calculate the other prompts needed (i.e. over pay, total pay, over pay percent, etc.)
  3. 3. system.out.print all of the following prompts according to format (i.e. decimal notation, etc.)
Add Comment
Please, Sign In to add comment