Question: Lab 6-Distance Calculator You are asked to create a VB application, which calculate a vehicle's traveling distance. Here is the design view: Here are the
Lab 6-Distance Calculator You are asked to create a VB application, which calculate a vehicle's traveling distance. Here is the design view: Here are the requirements 1. Name your form as "Distance Calculator "Your name" 2. One ListBox and two buttons 3. When click on "calculate" button, there will be two input boxes prompted. 4. Two InputBoxes to capture user's input First input box:"Enter the speed of the vehicle in miles per hour 2) Second input box: "Enter the number of hours the vehicle has traveled" 5. You also need to use "TryParse to validate user's input in two input boxes and display a message that ex: Hours Traveled -The value must be a positive number" 6. Use a "For Loop" to display the distance the vehicle has traveled for each hour of the time period
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
