OOPS_FILE_HITESH_JHA
OOPS_FILE_HITESH_JHA
(AIDS252)
#AIM
Write a Java Program to Print “Hello Java”.
# CODE
#OUTPUT:
EXPERIMENT 2
#AIM
Generate a Random Number Up to 100 and Print Whether it is
Prime or not.
# CODE
#OUTPUT:
EXPERIMENT 3A
#AIM
Design a Program to generate the first 10 terms of the Fibonacci
series.
# CODE
#OUTPUT:
EXPERIMENT 3B
#AIM
Find the Factorial of a given Number using Recursion.
# CODE
#OUTPUT:
EXPERIMENT 4
#AIM
Find the Average and sum of array of N numbers entered by the
user.
# CODE
#OUTPUT:
EXPERIMENT 5
#AIM
Create a class to find out the Area and Perimeter of a rectangle .
# CODE
#OUTPUT:
EXPERIMENT 6
#AIM
Design a Class that Performs String Operation [Equal, Reverse
the String, Change the Case].
# CODE
#OUTPUT: