javax4u / customer-meetings

2 stars 0 forks source link

what is the output of the below code #78

Open apoorvpandey-ap opened 2 years ago

apoorvpandey-ap commented 2 years ago

class TestApp { public static void main(String args[]) { int odd = 1; if (odd) { System.out.println("odd"); } else { System.out.println("even"); } } } }