| 1 |
Print Hello World |
HelloWorld.java |
| 2 |
Add numbers by declaring variable value |
Addition.java |
| 3 |
Calculate factorial of a declared variable |
Factorial.java |
| 4 |
Calculate factorial of a declared variable by creating seperate method |
Factorial2.java |
| 5 |
Calculate factorial of a declared variable by creating seperate method and class |
Factorial3.java |
| 6 |
Calculate factorial of a declared variable by taking input from CLI Arguments |
Factorial4.java |
| 7 |
Display whether a number is odd or even |
OddEven.java |
| 8 |
Find the maximum of 3 numbers |
MaxThree.java |
| 9 |
Swap 2 numbers |
Swap.java |
| 10 |
Determine whether a year is Leap Years |
LeapYear.java |
| 11 |
Design the Grading System |
GradingSystem |
| 12 |
Check Whether the number is divisible by 5 or not |
Divisibility |