Computer Science, asked by shloksinha2, 7 months ago

Predict the output:
int i=0;
for(i=1;i<=3;i++);
System.out.print(i);;
System.out.println(i*i);

Answers

Answered by swastikachoudhury7
3

The answer is attached below

Attachments:
Answered by sutapasarkar3400
0

ABOVE ANSWER IS CORRECT

Similar questions