Java Coding Exercises
This repository contains a collection of basic Java programs that demonstrate concepts.
Programs
- Fibonacci Series: Generates the Fibonacci sequence up to a given number.
- Prime Number Check: Checks if a given number is prime.
- Factorial: Computes the factorial of a given number.
- Sum of Digits: Computes the sum of the digits of a given number.
- Reverse Digits: Reverses the digits of a given number.
- Palindrome: Checks if a number is a palindrome.
- Armstrong: Checks if a number is an Armstrong number.