InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Write a Java program using If and if else statement | 
                            
| 
                                   
Answer»  Answer: CLASS Condition { public static VOID main(int a ) { if (a%2==0) { System.out.println("EVEN"); } else { System.out.println("ODD"); } } } HOPE THIS IS HELPFUL... PLLZ MARK AS BRAINLIEST...  | 
                            |