Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 359 Bytes

File metadata and controls

23 lines (12 loc) · 359 Bytes

Java Program on Control Statement


1- Java Program to Check Whether a Number is Even or Odd

--

2- Java Program to Check Whether an Alphabet is Vowel or Consonant


3- Java Program to Find the Largest Among Three Numbers


4- Java Program to Check Leap Year


5- Java Program to Make a Simple Calculator Using switch...case