Computer Science, asked by ratnadeepsaha85, 1 month ago

class Test {

public static void main(String[] args)

{

do {

System.out.print(1);

do {

System.out.print(2);

} while (false);

} while (false);

}

}
output and explanation​

Answers

Answered by vinay3348
0

Answer:

pls give the questions correctly

hope it helps

Explanation:

pls mark me as branliest

Similar questions