Question: just need the psuedocode thank you CIT 120-Computational Thinking Chapter 5 Programming Problem 3 Write a program, which will help users calculate their car's miles

 just need the psuedocode thank you CIT 120-Computational Thinking Chapter 5

just need the psuedocode thank you

CIT 120-Computational Thinking Chapter 5 Programming Problem 3 Write a program, which will help users calculate their car's miles per gallon. Your program should allow a user to enter the number of miles driven and the number of gallons of gas used. The output should be the miles per gallon Use a Do . While (post-test) loop to allow users to enter as many sets of data as desired. In your solution, be sure to include the following.. A welcome message to the user Comments in the pseudocode Data validation loops for each number entered by the user (see YouTube video regarding data validation loops). These loops should continue as long as the input is not valid. Ensure that your program cannot have a "division by zero" error . Turn in the pseudocode and flowchart for this problem (Visio file) AND the QBasic program (.bas file). Sample input/output .. is progran calculates the MPG for your vehicle Enter the miles driven (must be greater than 0): 234.5 nter the gallons used (nust be greater than 0 11.6 iles per gallon 20.21552 mt to calculate again? CYN nter the miles driven (must be greater than 0)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!