Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Programming Challenge 5.17 ( the user's name and account number, but now asks the user amount. The user can enter both a withdrawal and deposit
Programming Challenge 5.17 ( the user's name and account number, but now asks the user amount. The user can enter both a withdrawal and deposit amount at the same time. When the Enter Button is clicked, the balance is updated appropriately. Account Information Enhancement) Modify Exercise 5.13 so that it no longer asks for for a Account Information Account information Enter information Withdrawal amount: Sue Purple Default name Account number 12345 Deposit amount Enter Default account number Balance Figure 5.25 Enhanced Account Information GUI a) Copying the template app to your working directory. If you have not already done so, copy the C:\Examples | ch05 Exercises AccountInformation directory to b) Opening the app's template file. Double click AccountInformation.sln in the AccountInformation directory to open the app. c) Modifying the GUI. Modify the GUI so that it appears as in Fig. 5.25. d) Setting the default values. Set the default name and account number to the values shown in Fig. 5.25 using the Properties window. (which decreases the balance) and every deposit (which increases the balance). When the balance is updated, reset the TextBoxes to "0" f) Running the app. Select Debug > Start Debugging to run your app. Enter various withdrawal and deposit amounts; click the Enter Button after each. Verify that the balance on the right of the app is updated appropriately after each click of the Enter Button. g) Closing the app. Close your running app by clicking its close box. h) Closing the IDE. Close the Visual Basic IDE by clicking its close box
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