Question
NEEDING ANSWERED AS SOON AS POSSIBLE! Serenity Photos This assignment is completed using Visual Studios 2015. The manager of the Accounts Payable department at Serenity
NEEDING ANSWERED AS SOON AS POSSIBLE!
Serenity Photos
This assignment is completed using Visual Studios 2015.
The manager of the Accounts Payable department at Serenity Photos wants an application that keeps track of the checks written by her department. More specifically, she wants to record (in a sequential access file) the check number, date, payee, and amount of each check. Use the following names for the solution and project, respectively: Serenity Solution and Serenity Project. Change the form files name to Main Form.vb. You can either create your own interface or create the one shown in Figure 14-34. Be sure to use a class in the application.
Needing the layout of the user interface with the names of the labels, buttons, etc. And the code that makes the program work.
742 CHAPTER 14 Creating Classes and Objects Serenity Photo: Check number Check date (mm/dd/yyyy): heck amount: Payable to: Save Exit Figure 14-34 Sample interface for the Serenity Photos application Pennington Book Store Shelly Jones, the manager of the Pennington Book Store, wants an application that calculates and displays the total amount a customer owes. A customer can purchase one or more books at either the same price or different prices. The application should keep a running total of the amount the customer owes and display the total in the Total duc box. For example, a a customer might purchase two books at $6 and three books at $10. To calculate the total due, Shelly will need to enter 2 in the Quantity box and 6 in the Price box, and then click the Add to Sale button. The Total due box should display $12.00. To complete the order, Shelly will need to enter 3 in the Quantity box and 10 in the Price box, and then click the Add to Sale button. The Total due box should display $42.00. Before calculating the next customer's order, Shelly will need to click the New Order button. Use the following names for the solution and project, respectively Pennington Solution and Pennington Project. Save the application in the VbReloaded2015 Chapl1 folder. Change the form file's name to Main Form vb. You can either create your own interface or create the one shown in Figure 14-35. Be sure to use a class in the application. (2-7) u Pennington Book Store Quantity: Add to Sale New Order Ence Total due: Figure 14-35 Sample interface for the Pennington Bookstore applicationStep 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