Math, asked by chandanasd99, 3 months ago

class test {
public static void main(String args[]) {
int i;
do {
i++;
}
while(i < 0);
System.out.println(i);
}
}
Pick ONE option
The program does not compile because i is not initialized,
The program compiles but does not run.
The program compiles and runs but does not print anything.
The program prints o.​

Answers

Answered by ankitkumar312007
0

Answer:

I don't know guestions

Similar questions