Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2016Spring

01.11.16 - 05.08.16

Introduction to Computer Programming

CSYS1203

Tuesday Thursday
01:00 PM - 02:20 PM

Distance Converter Flowchart and Pseudocode

Lab03

Objective: To design a program's logic involving a loop

pastdue

Submit Your Solution

Lab03

Request a Copy of your Solution

Lab03

Requirements

Pseudocde and flowchart logic is correct20 pts
Pseudocode and flowchart instructions are specific10 pts
Pseudocode is structured10 pts
Effort has been made to make the instructions readable 10 pts
Total50 pts

Instructions

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.