Computer Science, asked by sanchari95, 6 months ago

Give output for the following program code:
void main ( )
{
int i=12;
do
{
System.out.println(i);
i++;
}
while(i<0);
}​

Answers

Answered by anubhavprasad060
0

Answer:

you want dry run

Explanation:

Mark be brainliet

Similar questions