Step 8

How many numbers does this input?

What does it do with them?

Program 8-1

Write a program which will input 4 numbers, and
outputs their average

Program 8-2

Write a program which will input 3 numbers, then
outputs thir product. For example, inputting 2 3 and 4 should
output 2 X 3 X 4 = 24

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