Assignment Questions
1.Write a program to calculate simple interest.
2.Write a program to check greatest of three numbers
3.Write a program to check given number is positive or negative?
4.Write a program to find smallest number in the list?
5.Write a program to check if a string is palindrome or not?
6.Write the program to multiply all numbers in the list?
7.Write a program to find a area of a circle?
8.Write a program for factorial of a number?
9.Write a program that reads two numbers using arithmetic operator
and display the computed result.[+,-,*,/]
10.Write a program to check ascending and descending order of using
5 numbers.