Question: Visual Basic just write the code Part 4 - Programming (45 points) 19. A Columbia based T-shirt company sells long sleeve (LS) and short sleeve

Visual Basic just write the code
 Visual Basic just write the code Part 4 - Programming (45

Part 4 - Programming (45 points) 19. A Columbia based T-shirt company sells long sleeve (LS) and short sleeve (SS) shirts in large quantities to local organizations for various events. Long sleeve shirts are S18.00 a piece for the first 50 ordered, each additional shirt is $9.00. Short sleeve shirts are $12.00 a piece for the first 100, each additional shirt is $6.00. Using the following guidelines, write a program that calculates t on type of shirt and number of shirts ordered. Include 6% tax. he total price for an order based Form1 Enter shirt type: SS LS for long sleeve SS for short sleeve Enter Quantity: 50 Calculate 50 Shortsleeve shirts will cost $636.00 The above interface allows the user to enter the type of shirt (LS or SS), quantity ordered, and then displays the total price of the order when a button is clicked. Write the name property for each control using proper naming a. conventions. Write the program using a lab computer: The program should get the required inputs using a sub procedure, determine the total cost in a function procedure, and use a sub procedure to display the output. (Input, Process, Output.) Include code to manage bad input (for example NS for shirt type) Do not use class level variables. b

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!