10.1k views
5 votes
Q2) Here is a program that calculates 12 times table. The program prints a lead

then prints the answer. But is the program correct? If the program is not currect, write
the corrected program in the space.
1
=
10
15
20
30
30
Compute 12 times 12
For i 1 to 12
PRINT i; " X 12
Next i
END
12" is 12
12

1 Answer

4 votes

Answer:

see picture

Step-by-step explanation:

your paste was a bit messed, but below you see what it should be.

Q2) Here is a program that calculates 12 times table. The program prints a lead then-example-1
User DeeDub
by
4.0k points