Computer Science, asked by sathi1234566, 3 months ago

What is the outcome of the following loop?
int ctr=0;
while(ctr=0){
System.out.println(“This is printed");
ctr++;
}​

Answers

Answered by atrs7391
1

\textsf{\Large{\textbf{\underline{Given Snippet:}}}}

\texttt{int ctr=0;}

\texttt{while(ctr=0)}{

\texttt{System.out.println("This is printed");}

\texttt{ctr++;}

}

\textsf{\Large{\textbf{\underline{Outcome:}}}}

\texttt{This is printed}

Answered by boyxx
1

Answer:

plz conversation me I need frii plz aa jao

Similar questions