State the output:
class bibek [2]
{
public static void main(String arg[])
{
int i;
for(i=1;i<=3; i++)
{
System.out.print(i+ " ");
}
System.out.print(i);
}
}
Answers
Answered by
1
Answer:
THE OUTPUT OF THIS SNIPPET WILL BE
1 2 3
MARK THIS AS BRAINLIEST
Similar questions
Computer Science,
1 month ago
English,
1 month ago
English,
3 months ago
History,
3 months ago
Computer Science,
10 months ago
Hindi,
10 months ago