Internet Explorer in all versions is a dangerous browser. It has many deficiencies and security vulnerabilities that make it unsafe.
You should instead use a current version of Chrome or
Firefox if you're using windows or Safari for the Mac.
This site will not function properly in Internet Explorer. Emails will not be sent, downloads will not function, assignments will not be
submitted...
50 points
Distance Converter
Requirements
Pseudocde and flowchart logic is correct
20
Pseudocode and flowchart instructions are specific
10
Pseudocode is structured
10
Effort has been made to make the instructions readable
For this lab you will need to design the logic for a program using a flowchart and pseudocode that will be able to convert a number of miles to inches.
The user should be able to enter a number of miles, as many times as they would like, one value for miles at a time, and the program should convert each value to inches until the user indicates that they no longer want to enter new values. The converted number of inches should be displayed as output to the user in a friendly format.
When the user has indicated that they no longer want to enter values for miles the program should display "Thank You" and then end.