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