Question: Outcomes: 1. Using assignment statements 2. Using texboxes for input and output 3. Using inputbox() and messagebox() functions Problem Description: Write a small used car

Outcomes: 1. Using assignment statements 2. Using texboxes for input and output 3. Using inputbox() and messagebox() functions Problem Description: Write a small used car price-discounting program that reads the car price from a textbox and the car model using the InputBox() function. The program then calculates the discounted price using a 5% discount, displays the discounted price on another textbox. The program also displays a message using the MessageBox() function indicating the car model and the new discounted price. For example, Input: Price (input through a textbox): 50,000 Car model (input through the InputBox(): Camry 2018 Output: Discounted price (displayed on a textbox): $47,500 Message (displayed using the MessageBox()): Camry 2018, discounted price $47,500 Required: 1. Complete this project by designing the interface, writing the code, and testing it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
