- Write a shell program to print Hello World and other statements.
- Write a shell program to perform Addition, Subtraction, Multiplication and Division.
- Write a shell program to determine the given number is odd or even.
- Write a shell program to calculate the sum of n numbers.
- Write a shell program to calculate the Factorial of a given number.
- Write a shell program to print the Fibonnaci series upto n numbers.
- Write a shell program to calculate sum of n natural numbers.
- Write a shell program to check the given number is prime or not.
- Write a shell program to print the prime numbers below to the given range.
- Write a shell program to calculate the sum of the digit of a given number.
- Write a shell program to find the revese of the given number.
- Write a shell program to check the given number is palindrome or not.