Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help and am very new to using Visual Studio and C# language. So please tell me what exactly you did for creating the

I need help and am very new to using Visual Studio and C# language. So please tell me what exactly you did for creating the text boxes using the toolbox, along with the code needed to complete this. Also, the instructions state NOT to use "IF" statement in this one so please do not use it, thanks! Oh and how do I make the text boxes "read only"

image text in transcribed

Part 1: The formula to calculate the monthly payment, given loan L, tem T in year and annual interest rate R is Lx 12 Monthlypayment 2x7 1-1+)12 12 Create a form with textboxes to enter loan, term in year and annual interest rate, and a button to compute and display the monthly payment in a read-only textbox with a currency format. You should use label to label textboxes. Submit the code view and the screenshot of the form as it runs. You can copy the source and paste to a Word document, and use the Alt+ PrintScrn key to capture the screenshot and paste it to the Word document. If you are using Mac: press Command-Shift-4 and select the screen to capture Note 1: Test your program with the following data: Loan -S600,000, annual rate- 4.%, term -30 years. You may use Excel's PMT function to verify your output. Note 2: The annual interest rate should be entered without the percentage sign. For example, 4.5% should enter as 045 Use a label next to he interest rate textbox to explain how to enter the rate. Note 3: Use comment lines to enter your name, section and a brief description of the purpose of this program Note 4: Variable names must be meaningful and have at least 4 characters Part 2: Part 2 practices the modulus operator %). Don't use the IF statement in this assignment. Create a form with textboxes to enter the measurement of two lengths in feet and inches as integer values and total length in feet and inches. For example, the total length of 5 feet 8 inches and 4 feet 6 inches is 10 feet 2 inches; and 3 feet 5 inches and 4 feet 6 inches is 7 feet 11 inches. The textboxes for total length should be read-only. Submit the code view and the screenshot of the form as it runs. the Feet nches Feet hches Length 1 3 Length 2 4 Length 2

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions