Step 7

Compare this program with Step 6.

What it outputs depends on what you input.

Program 7-1

Write a program which will input a number, then
it outputs 1,2,3,4.. up to the number which is input

Program 7-2

Write a program which will input a number, then
it calculates 1 X 2 X 3 X .. up to the number which is input,
then outputs the result

Index

Input:
Output:
Score:
Line
Statement
Var
Now
Next
1
a
 
2
b
 
3
c
 
4
d
 
5
e
 
6
7
8
9
10
11
12
13