What is the result of the following code in Java? `System.out.println(10 > 5 ? "true" : "false");`
What is the result of the following code in Java? `System.out.println(10 > 5 ? "true" : "false");` Correct Answer true
মোঃ আরিফুল ইসলাম
Feb 20, 2025