Question
Write a C# program (Windows Forms application) named CheckCredit that asks the user to enter a purchase price for an item. If the value entered
Write a C# program (Windows Forms application) named CheckCredit that asks the user to enter a purchase price for an item. If the value entered is greater than a credit limit of $8000, display an error message You have exceeded the credit limit of 8000; otherwise, display Approved.
3.Grading criteria (Total: 50 points)
1. Create a Windows Forms application. On the graphic user interface (GUI) form, add a textbox and a button for the user to enter the purchase price of an item, and a label to display the output. (20 points).
2. If the value entered is greater than a credit limit of $8000, display an error message You have exceeded the credit limit of 8000; otherwise, display Approved. (20 points)
3. Compile and test the program to make sure there is no syntax error. Submit the completed program in a .zip file. (10 points)
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