1. Write a program to find whether a number is Armstrong or not.
2. Write a program to find whether a given word is Palindrome or not.
3. Write a program for Fibonacci series.
4. Write a program to find minimum and maximum element in array.
5. Write a program to reverse the string without using reverse function.