Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Visual Basic program to calculate and display a sales receipt. Zip your files. Submit the program before the 5:00 deadline Name your project

image text in transcribedimage text in transcribed

Create a Visual Basic program to calculate and display a sales receipt. Zip your files. Submit the program before the 5:00 deadline Name your project using your initials and the number of the program. Write a program to create a simple sales receipt for a clothing store. The manager, Bobbi Pin, needs a little program to help with receipts. Create a program that lets the user enter the number of t-shirts, polos and sweatshirts. T-shirts are $10 each, polos are S18 each and sweatshirts are S22 each. The sales tax is 5%. When the user clicks on a Button, add that item to a RichTextBox. Find the subtotal, tax and total when they click on the Total Button. Use a Clear Button to start over Use the proper naming conventions for all controls and variables. Include a prologue and comment your code Be sure to: Scoring create and code all Add to Cart Buttons working Exit and Clear Buttons accumulat counter works correctly calculates sales tax calculates total correct output displayed comments and prologue properly named controls properly named variables Total include working Add to Cart Buttons include a working Exit Button include a working Clear Button use an accumulator for the subtotal or works correctly . use a counter to find the total number of items display a detail line for each item ordered . calculate the sales tax . calculate the total * display the subtotal, tax, total and number of items .comment your code * include a prologue at the top of the code format your output properly name all controls * properly name all variables * submit the all required files 15

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

Genomes And Databases On The Internet A Practical Guide To Functions And Applications

Authors: Paul Rangel

1st Edition

189848631X, 978-1898486312

More Books

Students also viewed these Databases questions

Question

When would you use one approach, and when would you use another?

Answered: 1 week ago