Threesuns

Email

Contact

All Semesters

Semesters

All Courses

Courses

Introduction to Computer Programming

CSYS1203

3 credits

Labs

Distance Converter Pseudocode

Lab

40 points

Requirements

Pseudocode is correctly structured10
Loop operates as specified10
Correct inputs and outputs are used10
Distance calculation is performed correctly10
Total40 pts

Objective

To design a program's logic involving a loop

Instructions

For this lab you will need to design the logic for a program using a 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.