Computer Science, asked by padwardeepali, 3 months ago

b.)
class Test
T
public static void main(String[] args)
for (int i = 0; i++) {
System.out.println("Hill");
}
System.out.println("BYE");​

Answers

Answered by itzkrish9
0

Answer:

Explanation:

class Test {. public. static void main(String[] args). {. int x = 10 ;. if (x) {. System.out.println( ... System.out.println( "BYE" );.

Similar questions