Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Set 1

Write a Java Program to find the Factorial of given number.


Write a Java program to check whether the given number is Positive or Negative.
Write a Java program to demonstrate constructor overloading.
Write a Java program to demonstrate multilevel inheritance.

Set 2
Write a Java Program to find sum of the digits of a given number.
Write a Java Program to swap two numbers without using third variable.
Write a Java program to demonstrate inheritance of a single class (multiple methods).
Write a Java program to demonstrate method overloading (changing data types of arguments).

Set 3
Write the Java Program to print the following series EVEN number Series 2,4,6,8,10,12…..N
Write a Java Program to find the Factorial of given number.
Write a Java program to demonstrate multilevel inheritance.
Write a Java program to demonstrate method overloading (changing data types of arguments)

You might also like