Find error(s) in the following programs and write the correct code.
1. FOR R=1, 5
PRINT R
NEXT A
Answers
Answered by
5
Plz, specify the language of the code. many languages have similar syntax.
Answered by
0
Answer:
For R=1 and 5
print R
next A
Similar questions