class increment { public static void main(String args[]) { int g = 3; System.out.print(++g * 8); } }
a) 32
b) 33
c) 24
d) 25
What will be the output of the following Java code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following Java code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!