Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a isual Basic program to calculate and display data for a home mortgage. Zip your files. Submit the program before the 5:00 deadline Name
Create a isual Basic program to calculate and display data for a home mortgage. Zip your files. Submit the program before the 5:00 deadline Name your project using your initials and the number of the program. This is the flowchart and fom for a program to calculate mortgage payments. The borrower enters the amount of loan via a TextBox. They use a NumericUpDown to enter the interest rate and another NumencUpDown for the number of years for the mortgage. The interest rate varies by 05% from 0% to 10%. The years are from 5 to 30, Calculate and display the payment total repaid and interest paid. Put today's date in a Label at the top of the form. Have it display the current date from the computer in short format. Use the proper naming conventons for all controls and variables Include a prologue and comment your code Scoring short format of current date in a Label create and complete all controls working Exit Button working Calculate Button TextBox and NumericUpDowns for input mortgage payment formatted and displayed total amount paid formatted and displayed total interest paid formatted and displayed follows the flowchart comments and prologue properly named controls properly named variables Total Be sure to: put today's date in a Label on the fornm create and code all the Buttons * include a working Exit Button include a working Calculate Button * use a TextBox and NumericUpDowns for input . format and display the output comment your code . include a prologue at the top of the code . follow the flowchart properly name all controls . properly name all variables submit all the required files Create a isual Basic program to calculate and display data for a home mortgage. Zip your files. Submit the program before the 5:00 deadline Name your project using your initials and the number of the program. This is the flowchart and fom for a program to calculate mortgage payments. The borrower enters the amount of loan via a TextBox. They use a NumericUpDown to enter the interest rate and another NumencUpDown for the number of years for the mortgage. The interest rate varies by 05% from 0% to 10%. The years are from 5 to 30, Calculate and display the payment total repaid and interest paid. Put today's date in a Label at the top of the form. Have it display the current date from the computer in short format. Use the proper naming conventons for all controls and variables Include a prologue and comment your code Scoring short format of current date in a Label create and complete all controls working Exit Button working Calculate Button TextBox and NumericUpDowns for input mortgage payment formatted and displayed total amount paid formatted and displayed total interest paid formatted and displayed follows the flowchart comments and prologue properly named controls properly named variables Total Be sure to: put today's date in a Label on the fornm create and code all the Buttons * include a working Exit Button include a working Calculate Button * use a TextBox and NumericUpDowns for input . format and display the output comment your code . include a prologue at the top of the code . follow the flowchart properly name all controls . properly name all variables submit all the required files
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started