JAVA PROGRAMS
===============
click on the icon to download the files
Fibonacci (by Arka)
Factorial (by Arka)
Palindrome(by Arka)
ModifiedPrime (by Arka)-list of prime and non prime between 0-50
Prime (by Arka)-checks whether a number is prime or not
Sorting (by Arka)-sorts a list of numbers
Fibonacci and Factorial (by Ashish and Debraj) using one program
Calender(By Ashish, Debraj, Sumit)...Prints the number of days in a particular year
Pyramid(By Ashish, Debraj, Sumit)...Prints triangular sequence of 1 and 0
An example of Constructor Overloading (By Arka).....
Package problem (By me)