Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

pseudo-code using visual studios 2017 structural basic style pseudo code? it's an intro class and we use VB 2017 Visual Basic windows desktop windows forms

image text in transcribed
pseudo-code using
visual studios 2017
structural basic style pseudo code?
it's an intro class and we use VB 2017
Visual Basic
windows desktop
windows forms app
image text in transcribed
5. Lorenzo's is having a BoGoHo (Buy One, Get One Half Off) sale. The store manager wants an application that allows the salesclerk to enter the prices of two items. The half off should always be applied to the item that has the lowest price. The application should calculate and display the total amount the customer owes as well as the amount he or she saved. For example, if the two items cost $24.99 and $10.00, the half off is applied to the $10.00 item. The total owed is $29.99 and the savings is $5.00. Display the calculated amounts in label controls, and display them with a dollar sign and two decimal places. a. Create a Windows Forms application. Use the following names for the project and solution, respectively: Lorenzo Project and Lorenzo Solution. Save the application in the VB2017 Chap04 folder. Change the form file's name to Main Form.vb. Change the form's name to frm Main. Create an appropriate interface and then code the application. b. Save the solution and then start and test the application. c. Now professionalize your application's interface as follows: The calculated amounts should be removed from the interface when a change is made to the contents of a text box in the interface. The contents of each text box should be selected when the text box receives the focus. Each text box should accept only numbers, the period, and the Backspace key. Save the solution and then start and test the application. 5. Lorenzo's is having a BoGoHo (Buy One, Get One Half Off) sale. The store manager wants an application that allows the salesclerk to enter the prices of two items. The half off should always be applied to the item that has the lowest price. The application should calculate and display the total amount the customer owes as well as the amount he or she saved. For example, if the two items cost $24.99 and $10.00, the half off is applied to the $10.00 item. The total owed is $29.99 and the savings is $5.00. Display the calculated amounts in label controls, and display them with a dollar sign and two decimal places. a. Create a Windows Forms application. Use the following names for the project and solution, respectively: Lorenzo Project and Lorenzo Solution. Save the application in the VB2017\Chap04 folder. Change the form file's name to Main Form.vb. Change the form's name to frm Main. Create an appropriate interface and then code the application. b. Save the solution and then start and test the application. c. Now professionalize your application's interface as follows: The calculated amounts should be removed from the interface when a change is made to the contents of a text box in the interface. The contents of each text box should be selected when the text box receives the focus. Each text box should accept only numbers, the period, and the Backspace key. Save the solution and then start and test the application

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions