Computer Science, asked by sanchari95, 5 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 anjaligupta98167154
1

Answer:

please follow me

please mark me brainlist

Explanation:

please friends

Similar questions