Lab 3

2/15/06

Task: Write a program that reads in a user's name, ID #, gender, and major. Print that information back out, plus a grading sheet, in the following format:

Jeremy Gottlieb, 123456, M
CS

Homework 1 -
	Build/Compile:
	Style:
	Comments:

Purpose: The primary purpose of this lab is to get practice with reading information in from the keyboard and with using different data types for variables. A secondary goal is to have practice formatting output so that it looks nice.