Question: Instructions CheckCredit.cs + Write a program named CheckCredit that prompts users to enter a purchase price for an item. 1 using System; 2 using static

Instructions CheckCredit.cs + Write a program named CheckCredit that prompts users to enter a purchase price for an item. 1 using System; 2 using static System.Console; 3 class CheckCredit 4 { 5 static void Main() 6 { 7 // Write your main here 8 } 9} 10 If the value entered is greater than a credit limit of $8,000, display You have exceeded the credit limit; otherwise, display Approved. Grading When you have completed your program, click the Submit button to record your score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
