├── Fibonacci series ├── First n prime numbers ├── Interface and inheritence ├── Largest and second largest number of an array ├── Maximum and minimum value in an array ├── Prime numbers: 1 to n ├── Removing duplicate elements of array └── Reversing an array /Fibonacci series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SGS-Goudham/Basic-Java-Programs/HEAD/Fibonacci series -------------------------------------------------------------------------------- /First n prime numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SGS-Goudham/Basic-Java-Programs/HEAD/First n prime numbers -------------------------------------------------------------------------------- /Interface and inheritence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SGS-Goudham/Basic-Java-Programs/HEAD/Interface and inheritence -------------------------------------------------------------------------------- /Largest and second largest number of an array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SGS-Goudham/Basic-Java-Programs/HEAD/Largest and second largest number of an array -------------------------------------------------------------------------------- /Maximum and minimum value in an array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SGS-Goudham/Basic-Java-Programs/HEAD/Maximum and minimum value in an array -------------------------------------------------------------------------------- /Prime numbers: 1 to n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SGS-Goudham/Basic-Java-Programs/HEAD/Prime numbers: 1 to n -------------------------------------------------------------------------------- /Removing duplicate elements of array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SGS-Goudham/Basic-Java-Programs/HEAD/Removing duplicate elements of array -------------------------------------------------------------------------------- /Reversing an array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SGS-Goudham/Basic-Java-Programs/HEAD/Reversing an array --------------------------------------------------------------------------------