what is the output of the following code?
public class main
{
public static void main(string[] args)
{
int x=0;
for(x=0; x=5;x++)
{
system.out.print(x);
}
}
}
Answers
Answered by
3
Answer:
ublic static void main(string[] args) { int x=0; for(x=0; x=5;x++) { system.out.print( ...
1 answer
·
0 votes:
Answer:ummm I suppose to be this
Explanation:
Similar questions
India Languages,
2 months ago
Computer Science,
2 months ago
Science,
2 months ago
English,
6 months ago
Biology,
11 months ago
Biology,
11 months ago