You are on page 1of 1

Java Assignment :

1. Write a Java program to print the Fibonacci


series upto 89.

2. Write a program to take input of 10 students


marks in an array. Find out the mean of the
marks and
print the marks which are greater than the
mean.

3. Find the sum of the series :


1+(1+2)+(1+2+3)........(1+2+3+.....+N)

4. Write a java program to check whether a


number is palindrome or not.

You might also like