Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed
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

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_2

Step: 3

blur-text-image_3

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

Databases Illuminated

Authors: Catherine M. Ricardo

1st Edition

0763733148, 978-0763733148

More Books

Students also viewed these Databases questions

Question

Why do HCMSs exist? Do they change over time?

Answered: 1 week ago