public class main
{
public static void main(String[] args)
{
int x=0;
for(x=0;x=5;x++)
{
Systeom.out.print(x);
}
}
}
Answers
Answered by
0
Answer:
At the Statement. Near the Logical Statement,
if x= 0, then, Output = 678910 and continues
if x<=5, then, Output = 12345
Similar questions