Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Visual Basic 2012 Please show scrip from visual basic and design thanks. Develop an application (as shown in Fig) that determines whether a department-store customer
Visual Basic 2012 Please show scrip from visual basic and design thanks.
Develop an application (as shown in Fig) that determines whether a department-store customer has exceeded the credit limit on a charge account. Each customer enters an account number (an Integer), a balance at the beginning of the month (a Double), the total of all items charged this month (a Double), the total of all credits applied to the customer's account this month (a Double), and the customer's allowed credit limit (a Double). The application should input each of these facts, calculate the new balance (= beginning balance credits + charges), display the new balance and determine whether the new balance exceeds the customer's credit limit. You can use the format "{0:C}" with String method Format, to format the result as currency. If the customer's credit limit is exceeded, display a message (in message Label at the bottom of the Form) informing the customer of this fact; otherwise, display the customer's remaining credit amount. If the user presses the Clear Fields Button, the application should clear the Text Boxes and Labels. Credit Checker O X Account numbe Starting balano Total charges: Total credits: Credit limit: New balance: Clear C alculate Credit Check... O Account numbe 00001 Starting balano 10000 Total charges: 10000 Total credits: 1000 Credit limit: 500 New balance: $19,000.00 Credit Limit Exceeded! Clear C alculateStep 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