Answered step by step
Verified Expert Solution
Question
1 Approved Answer
VISUAL BASIC, show form, code, output WRITE VISUAL BASIC PROGRAMMING. WRITE VISUAL BASIC PROGRAMMING Retail / Wholesale Sales Program We are going to write a
VISUAL BASIC, show form, code, output
WRITE VISUAL BASIC PROGRAMMING.
WRITE VISUAL BASIC PROGRAMMING
Retail / Wholesale Sales Program We are going to write a program that allows the user to enter a sales amount. If they are a wholesale customer, the user can enter an amount to reduce the sales amount. The program will then figure the total cost with a 7% sales tax added. Think about what needs to happen. Plan out your solution. Remember we need variables for any values that are given to u, that we will input, any calculated values and anything we need to output. Your form can look similar to this: Here a couple sample runs: Remember to professionalize your programs with the Enter and Text Changed events! Retail / Wholesale Sales Program We are going to write a program that allows the user to enter a sales amount. If they are a wholesale customer, the user can enter an amount to reduce the sales amount. The program will then figure the total cost with a 7% sales tax added. Think about what needs to happen. Plan out your solution. Remember we need variables for any values that are given to u, that we will input, any calculated values and anything we need to output. Your form can look similar to this: Here a couple sample runs: Remember to professionalize your programs with the Enter and Text Changed events! Widget Shippers Assignment We are going to create a program that allows the user to enter the number of widgets to ship. The program will display the shipping cost, if applicable and the total for the widgets ordered and the shipping cost. Create a form similar to this: Widget Shippers Erter the Numberto Ship. Shoping: Total Cott: The widgets cost $6.99 each. Shipping is a flat $4.50 on orders that total less than $100.00. If the cost is $100 or more, the shipping is free. Here are a couple sample runs of the program Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started