Step 9

Try this out

What does it do?

Program 9-1

Write a program which will input a number, and output the value of variable b. If the input is less than 5, b should be 1. Otherwise it should be 2.

Program 9-2

Input 2 values. If they add up to more than 10, output the message 'Too big'

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