Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can you help me create this application in VISUAL BASIC. A function and sub procedure must be used. It's an intro class so methods are

Can you help me create this application in VISUAL BASIC. A function and sub procedure must be used. It's an intro class so methods are basic. I need input validation as well.

image text in transcribed

4) Create an application that when the user clicks a button, call a sub procedure to input a student name, size and quantity of shirts ordered. Write a function to order price based on the rule: If the size is Small or Medium, the price is $10 per shirt, otherwise the price is $12.00 per shirt. output to a label as shown using a sub procedure. se input validation where necessary) Your calls to your sub procedures and a function should look like this: Dim name as String Dim size as String Dim qty as Integer Dim price as Double InputshirtInfo (name, size, qty) price Calc Price (size, qty) OutputorderInfo (name, price) Your input and output should look like this: Orders Student Name: Size Quantity Problem 4 Bill Smith Medium X-Large Quit The student BILL SMITH owes $36.00

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

Successful Keyword Searching Initiating Research On Popular Topics Using Electronic Databases

Authors: Randall MacDonald, Susan MacDonald

1st Edition

0313306761, 978-0313306761

More Books

Students also viewed these Databases questions

Question

What qualities do you see as necessary for your line of work?

Answered: 1 week ago