CSc 430 – Software
Engineering – Professor Domanski
Lab 1 – Simple
GUI 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 live, in front of the
class when it’s due. Be prepared to
explain your code, and why you did what you did.
A secondary
objective of this lab is to get you thinking of ‘defensive programming’. This means that you should write the program
so that someone that has never used a computer before can use it … error
checking, appropriate messages, etc count … and when we look at your code,
comments definitely count!
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 VB.NET, and how to
set up and program a GUI
Due – Thu 9/10