MCQs > IT & Programming > Java > Output of the given program? public class Test109 { public static void main(String[] args) { System.out.println( 10/3 > 3 ? 'MORE' : 10/4 < 3 ? 'LESS' : 'MORE' ); } }

Java MCQs

What is the output of the given program? public class Test109 { public static void main(String[] args) { System.out.println( 10/3 > 3 ? "MORE" : 10/4 < 3 ? "LESS" : "MORE" ); } }

Answer

Correct Answer: LESS

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