Java - Spoken Tutorials - Assignments Funded by the National Mission on Education through ICT ------------------------------------------------------------------------------------- if else Write a java program to compare two values using if statement. Write a java program to check whether the given number is even or odd. Hint : use if...else statement. Write a java program to find the biggest number among the three numbers. Hint : use if...else if statement.