Question 130 Consider the following Java code segment: Public class while /*line1*/ { Public void loop() { int x=0; while(1) /*line 6*/ { system.out.println(“x plus one […]
Question 169 Match the following types of variables with the corresponding programming languages: A (a)-(i), (b)-(iii), (c)-(iv), (d)-(ii) B (a)-(iv), (b)-(i), (c)-(iii), (d)-(ii) C (a)-(iii), […]