68,104 views
42 votes
42 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

User Neysa
by
2.8k points

1 Answer

9 votes
9 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 Savoo
by
2.9k points