Q1 · Java Basics
OOP in Java
Q1 · Java Basics
OOP in Java
Q1. What will be the output of the following java code: class Example { public static void main(String[] args) { int g=3; System.out.println(++g*8); } }
Tap an option, see immediate feedback, retry the wrong ones, and review the final correct answers at the end.
Questions
1
Answered
0
Score
0%
Continue answering
Not answered