Contents
1 Program Description
2 Program Specifications
3 Grading Criteria
1 Program Description
Create a VB program which allows a user to calculate the return on a financial investment.
The user provides a principal amount to invest via a TextBox. They then select the number of years of investment from a ComboBox. Interest rate and how often the interest is compounded is provided by the user via RadioButtons. Finally, the user indicates via CheckBoxes whether they are interested in the total balance of the investment, the interest earned by the investment, or both.
When a button is clicked, the program calculates and subsequently displays the desired information. In addition, the program keeps track of the number of investments calculated and displays this number along with other output.
As with most programs in this class, there is a button to clear the GUI controls, and a button to exit the program.
Notice: you need to perform validation of user inputs as needed.
The following set of figures depict details about the GUI of the program.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of