MCQs > IT & Programming > Java > Output of this program? class Upwork{ public static void main(String args[]) { int g = 3; System.out.print(++g * 8); } }

Java MCQs

What is the output of this program? class Upwork{ public static void main(String args[]) { int g = 3; System.out.print(++g * 8); } }

Answer

Correct Answer: 32

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Java MCQ Questions

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it