blob: c57c392091e750bf3862d0bf4055f38007838ad8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Create three arrays with a size of constant SIZE (10)
get user name, first and last, and display a welcome message and their name
assign the values 0-10 to varX and those same values +100 to varY
assign varX+varY to varZ for each set of values with special rule to assign the second value of varX to 99 and then do math
print out 'tab' 'x' 'tab' 'y' 'tab' 'z' and two new lines
then print the information for each value of the arrays in their appropriate columns
|