Computer Science, asked by blackbulls, 6 months ago

Int i=1
for i in range(1,10):
print(i +2," ")
Display the out put

Answers

Answered by ritabratadas121
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