Step 5
What does this program do? Program 5-1Change it so it will output 1,2,3,4,5,6,7 Program 5-2Change it so it will output 3,4,5 Program 5-3Change it so it will output 5,4,3,2,1 Program 5-4Change it so it will output 2,4,6,8 Program 5-5Change it so it will output -3,-2,-1,0,1,2,3 |
|