Predict the output:
int i=0;
for(i=1;i<=3;i++);
System.out.print(i);;
System.out.println(i*i);
Answers
Answered by
3
The answer is attached below
Attachments:
Answered by
0
ABOVE ANSWER IS CORRECT
Similar questions