CSc 330
Object-Oriented Programming & Design Professor Domanski
Lab 1 Simple
Loan Calculator
All programs must have your name, and lab number on
them; in additions, all programs
must be commented (you don't have to go crazy, but the comments should explain
enough so that someone who doesn't know the program can follow the general flow
of the program). Your program will not
be handed in; you will present / demonstrate it in front of the class when its
due. Be prepared to explain your code,
and why you did what you did.
Lab 1 Given 3 of the 4 items of
data, compute and display the missing piece.
How? Using the formulas below:
|
Scenario #1: Find the Monthly
Payment |
|||
|
|
|
||
|
|
|
Scenario #2: Find the Interest
Rate |
|||
|
|
|
||
|
|
|||
|
Scenario #3: Find the Number of
Payments |
|||
|
|
|
||
What You Need To Know - How to do math in C++; how to
set up a GUI
Due Tue
9/18