Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

S NO.

TOPIC REMARK

1. Taking input from Command line argument.


2. Arithmetic Operators.
3. Relational Operators.
4. Assignment Operators.
5. Bitwise Operators.
6. Unary Operators.
7. Shift Operator
8. Calculate the Area of Circle using Scanner class
9. Calculate the Area of triangle using Scanner class
10. Calculate the Simple Interest using Scanner class
11. Calculate the Area of rectangle using Scanner class
12. Swapping of Variable without using 3rd Variable.
13. Swapping of Variable using 3rd Variable.
14. Conditional Statements (if – else)
15. Check number is Even or Odd using if – else.
16. Check Person can vote or not.
17. Check entered Alphabet is Vowel or not taking input as Character Value using
(charAt()).
18. Check entered Alphabet is Vowel or not taking input as String Value using
function (.equals(“ ”)).
19. Calculate the Division of the Student.
20. Calculator using else-if Statement.
21. Switch Conditional Statement.
22. Check the given year is Leap year or not.
23. Leap Year with printing next leap year if given year is not leap year.
24. Using While Loop print the table of given number.
25. Print the Factorial of the given number using While Loop.
26. To check it is a Prime number or Not .
27. Sum of digit.
28. Check number is Palindrome or NOT using while loop.
29. Product of digits using while loop.
30. To print reverse number using while loop.
31. Print the Armstrong number between 100 to 999 using While Loop.
32. Print the Palindrome number between 10 to100 using while loop.
33. Check Entered number is Armstrong or not using while Loop.
34. Print the Palindrome number between 10 to100.
35. To print the Armstrong number between 100 to 999 using Do while loop.
36. To check given number is Prime or Not using Do while loop .
37. To check given number is Prime or Not using Do while loop between 1 to 50.
38. Check given number is Armstrong or not using Do while loop.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.

You might also like