Question: Can you predict output: public class Main { public static void main(String[] args) { if (true) break; } }
Can you predict output:
public class Main {
public static void main(String[] args)
{
if (true)
break;
}
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
