- Write a menu‐driven class to accept a number from the user and check whether it is a Palindrome number or not in Java.
- Write a menu‐driven class to accept a number from the user and check whether it is a Perfect number or not in Java.
- Write a program to calculate and print the sum of the following series: Sum(x) = 2 – 4 + 6 – 8 + 10 - 12 … - 100
- Write a program to calculate and print the sum of the following series: Sum(x) = x/2 + x/5 + x/8 + … + x/100.
- Write a menu‐driven class to accept a number from the user and check whether it is a Automorphic number or not in Java.
- Write a Java program to print Jacobsthal Sequence.
- Write a Java program to print Padovan Sequence.
- Write a program to print the sum of negative numbers, sum of positive even numbers and the sum of positive odd numbers from a list of numbers (N) entered by the user. The list terminates when the user enters a zero.
- Pattern problems : Write a Java program to print same character on each line and having character increment with each line.
- Pattern problems : Write a Java program to print different character on each line and having character increment with each line.
- Pattern problems : Write a Java program to print same character on each line and having character printed in diagonal form.
- Pattern problems : Write a Java program to print same character on each line and having character printed in V shape form.
- Pattern problems : Write a Java program to print same character on each line and having character printed in Inverted V shape form.
- Pattern problems : Write a Java program to print same character on each line and having character printed in Square shape form.
- Write a Java program to calculate sum of the digits of a number entered by the user.