6065759-Class 11 IP Practical Programs
6065759-Class 11 IP Practical Programs
1. WAP to input two numbers from user find their sum and print it on the screen.
2. WAP to input principal, rate and time and calculate the simple interest.
3. WAP to find final amount for given cost, quantity and discount by user.
4. Write a Python program to check and display whether a No. is Odd or Even .
5. Write a Python program to check and display whether a No. is multiple of 5 or
not.
6. Write a Python program age of a person and check whether he is eligible to
vote or not.
7. Write a python program to find the eldest person after taking age of two person
from user.
8. Write a program to input two numbers and an arithmetic operator and perform the
arithmetic operation on the two numbers given by user and display the output.
9. Write a Python program to find and display the discount amount of a shopping
made by the customer based on the following conditions.
Bill Amount Discount %
Rs. 5,000 and above 8% of Bill Amount
< Rs. 5,000 Nil
10.Write a Python program to print the Income & Tax of Employee. The Tax
calculation is based on the following conditions.
Income Tax %
< Rs. 20000 5% of Income
Rs. 20000 to Rs. 25000 8% of Income
Above Rs. 25000 15% of Income
1|0 1 - 0 5 - 2 0 2 4 / P R E P A R E D B Y : A N I L A B A L A G O P A L / COMPUTER
SCI.
[Total Income =Income- Tax]
Display all the information Income &Tax
2|0 1 - 0 5 - 2 0 2 4 / P R E P A R E D B Y : A N I L A B A L A G O P A L / COMPUTER
SCI.
3|0 1 - 0 5 - 2 0 2 4 / P R E P A R E D B Y : A N I L A B A L A G O P A L / COMPUTER
SCI.