Mortgage Calculator Paper
By: Max • Essay • 264 Words • January 6, 2010 • 843 Views
Join now to read essay Mortgage Calculator Paper
//POS 406
UOP
First Assignment
pseduocode for First Assignment
Write program that will calculate monthly payment for a mortgage.
Get Variables, Principle, Rate and Interest, Term, Monthly Interest
Figure out monthly interest
Figure out number of months
Finally you need to calculate the monthly payment
Display the monthly payment for the mortgage
// Gretchen A Schoser
// POS 406
// 1/30/2005
// First Assignment
class Mort //Translated into English, this line means, "Computer, give my Java program the name Mort.
{
public static void main(String[]arguments) //This line tells the computer, "The main part of the program begins here." Java programs