POS 409 UOP Course Tutorial/ Tutorialoutlet

POS 409 UOP Course Tutorial/ Tutorialoutlet

POS 409 Complete Course Material



For more course tutorials visit
www.tutorialoutlet.com



POS 409 Week 2 Assignment and Discussion Questions
POS 409 Week 3 Assignment and Discussion Questions
POS 409 Week 4 Assignment and Discussion Questions
POS 409 Week 5 Assignment and Discussion Questions

________________________________________________________________________________________


POS 409 Week 2 Assignment and Discussion Questions



For more course tutorials visit
www.tutorialoutlet.com



Basic Checkbook Organizer
This assignment is based upon Assignment #2 - Basic Checkbook Organizer. Details for this assignment can be found in the Individual Assignments & Grading Requirements Post in the Course Materials Forum
Change request 20
Write the program in VB.Net (not Web based) with a graphical user interface. Have the user input the amount of the mortgage, the term of the mortgage and the interest rate. Display the mortgage payment amount based on the user’s inputs. Allow the user to loop back and enter new data or quit. Insert comments to document the program.
Additional Instructions:
Build a Windows based application that simulates a basic checkbook organizer that meets the following requirements:
1. Windows based application
2. Allow user to enter starting balance
3. Allow user to enter a series of Transactions
1. Transaction is defined as a Debit (withdrawal) or a Credit (deposit)
2. i. Example 1 – Amount: $ 1,234.50 Type: Debit
3. ii. Example 2 – Amount: $ 50.00 Type:Credit
1. Validation of input must be provided (do not allow for non-numeric input or negative input)
2. Create a separate class that can be used to define a transaction. This class will be expanded in following assignments, so be flexible in its design. This class should contain properties that define the Type (Debit or Credit) and Amount. You may also include methods in the class for the various calculations.
4. Running account balance as...

Similar Essays