MCQs > IT & Programming > Java > Output of the following code? int three = 3; String four = '4'; System.out.println(1 + 2 + three + four);

Java MCQs

What will be the output of the following code? int three = 3; String four = "4"; System.out.println(1 + 2 + three + four); 

Answer

Correct Answer: "64"

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

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it