Class Test-Python Programs
CLASS-XI Computer Science
1. WAP to calculate SIMPLE INTEREST of all given values.
2. WAP to enter two numbers and find the maximum number.
3. WAP to enter a number and check for EVEN and ODD number.
4. WAP to calculate and display the selling price of an item. Cost price
and profit is to be accepted.
5. WAP to enter two number and swap with each other.
6. WAP to input marks in five subjects . Calculate total and percentage of
it and display both.
7. WAP to print the following series:-
a) 100 98 96…..50
b) -1 -3 -5….-40
8. WAP to Fibonacci series of given limit
0 1 1 2 3 5 8……n numbers
9. WAP to enter any number and do the following task on it:-
Print right most digit
Print its reverse number
Check for PALINDROME number