blob: 2d1b02dc034b1d63324bb162d0967ae19d9062c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Read in variable X, Y, Z.
Assign integer size to 5 which will be changed to 10 later.
Set variable name.
Prompt user to enter first and last name.
Set variable X to range from 0-9
Set variable Y to range from 100-109.
Set variable Z to range from 100-116 going up by two each time.
Display variables X, Y, Z to user as a chart including a welcome message.
|