Int i=1
for i in range(1,10):
print(i +2," ")
Display the out put
Answers
Answered by
2
Answer:
Assuming that the code is written in Java.
It will display a error because of missing semicolon after each line.
HOPE IT HELPS U. PLZ MARK MY ANSWER AS BRAINLIEST.
Similar questions