Fill This Form To Receive Instant Help
Homework answers / question archive / C++ Assignment Help GUI Based Application Distance Calculator If you know a vehicle's speed and the amount of time it has traveled, you can calcu-late the distance it has traveled as follows: Distance = Speed * Time For example, if a train travels 40 miles per hour for 3 hours, the distance traveled is 120 miles
C++ Assignment Help GUI Based Application
Distance Calculator If you know a vehicle's speed and the amount of time it has traveled, you can calcu-late the distance it has traveled as follows: Distance = Speed * Time
For example, if a train travels 40 miles per hour for 3 hours, the distance traveled is 120 miles. Create an application with a form similar to the one shown in Figure 5-47. When the user clicks the Calculate button, the application should display an input box asking the user for the speed of the vehicle in miles-per-hour, followed by an-other input box asking for the amount of time, in hours, that the vehicle has trav-eled. Then it should use a loop to display in a list box the distance the vehicle has traveled for each hour of that time period. Figure 5-48 shows an example of what the application's form should look like.
Figure 5-47 Distance Calculator Figure 5-48 Distance Calculator completed
‘+'..1=1I MPH Han Mar. Traveled
1 l0 2 80 3 120 4 160 5 200 6 210 Total Old 2:ce: 280
Cdalele FE. 1
Use the following test data to determine if the application is calculating properly. Vehicle Speed: 60 Hours Traveled: 7
Hours Distance Traveled 1 60 2 120 3 180 4 240 5 300 6 360 7 420
Please download the answer file using this link
https://drive.google.com/file/d/1aErj2QHCgZk4CxggKURQE6mcC_TYmbCF/view?usp=sharing