Find the output
1 poll
public class Test7
{
public static void main(String[] args)
{
do
{
while (true)
System.out.println("HELLO");
}
while (false);
}
Answers
Answered by
0
Answer:
if it is true then it will give hello and if it is false then nothing
Similar questions
English,
3 months ago
Math,
3 months ago
Science,
7 months ago
Social Sciences,
11 months ago
Math,
11 months ago