Week 2 - Pseudocode and Flowchart - 4
Week 2 - Pseudocode and Flowchart - 4
Set KM per
mile to 1.609 and distance mile to 100. Prompt the distance in mile from
the user and display the distance in kilometer.
Calculate distance in
kilometers by
Input distance in multiplying the input Display the calculated
miles distance by the distance in kilometers
conversion factor (KM
per mile)
End