Lab 1: Input, Processing, and Output
This lab accompanies Chapter 2 of Starting Out with Programming Logic & Design.
Raptor files also available
This lab requires you to think about the steps that take place in a program by writing algorithms. Read the following program prior to completing the lab.
Write a program that will take in basic information from a student, including student name, degree name, number of credits taken so far, and the total number of credits required in the degree program. The program will then calculate how many credits are needed to graduate. Display should include the student name, the degree name, and credits left to graduate.