Suchergebnisse: "#JavaMCQ"

6 Ergebnisse
Code Priya • Coding 👩🏻‍💻
What will be the output of the following Java code? class increment { public static void main(String args[]) { int g = 3; System.out.print(++g * 8); } } a) 32 b) 33 c) 24 d) 25 #Java #JavaMcq #Mcq
English
0
0
1
67