Lab 2

2/10/06

Task: Write a program that asks the user for an integer and prints out the cube of that integer.

Purpose: The purpose of this program is primarily to get you used to reading in input from the user, storing that input in a variable, and then manipulating the value of that variable.