| S.No. | Basic Programs |
|---|---|
1 |
Write a program to calculate the addition , subtraction, multiplication and division of two numbers. |
2 |
Write a program to calculate the average marks of three subjects. |
3 |
Write a program to calculate the simple interest and amount. |
4 |
Write a program to calculate the compound interest. |
5 |
Write a program to calculate the area and perimeter of rectangle. |
6 |
Write a program to calculate the area and circumference of circle. |
7 |
Write a program to convert kilometer into meter and rupees into paisa. |
8 |
Write a program to swap two numbers. |
9 |
Write a program to swap two numbers without using third variable. |
10 |
Write a program to print name , school name, class, roll no., marks and age, Print all these details. |
11 |
Write a program to calculate the sum of squares of two given numbers and find the sum of their cube also. |
12 |
Write a program to calculate the tax for a taxable income rupees 410000, if the tax rate is 10%. |
13 |
Write a program to display time in hours and convert time into minutes as well as seconds. |
14 |
Write a program to display the height of four of your friends in feet,and then convert the outcome into inches. |
15 |
Write a program to solve the expression a2 + b2 when a =5 ,b=10. |
16 |
Write a program to INPUT your permanent address,which includes house number, colony, city, state, pin code and display the house number and colony in one line and rest of the address in separate lines. |
17 |
Write a program to find the total amount given to the shopkeeper for purchasing 10 notebooks, 12 pencil and 5 eraser where the cost of one notebook= Rs. 15 ,cost of one pencil = Rs.2, cost of one eraser=Rs.2. |
18 |
Write a program to print employees name ,monthly salary and daily salary using INPUT statement. |
19 |
Write a program to calculate the total cost of pen. |
20 |
Write a program to calculate area of an equilateral triangle.. |
21 |
Write a program to enter base and height of a triangle and find its area. |
22 |
Write a program to convert days into years, week and days.. |
23 |
Write a program to enter temperature into farenheight and convert into celcius. |
24 |
Write a C program to enter temperature in Celsius and convert it into Fahrenheit. |
25 |
Write a program in python to input a number and print the digit at ten's and unit's place along with the proper message. Assume that the number entered is a double digit number. |
26 |
Create a program and calculate the bill of 4 burgers, 5 pizzas and 6 cold coffie where unit price of burger is Rs. 55, unit price pizza Rs. 99 and unit price of cold coffie is Rs. 42.50. Due to special event shop owner was giving 12.5 % discount. Calculate the net bill. |
27 |
Write a program in Python to input basic pay and calculate the net pay using the formula :( net pay= basic pay + DA +HRA + IT ) Where DA= 25% of basic pay , HRA= 20 % of basic pay and IT = Rs. 1800. |
28 |
Find the sum of all angles of regular pentagon. Ask formula from your maths teacher. |
29 |
Enter two numbers. Divide first number by second number and print quotient and remainder with messages. |
30 |
Write a program that computes 15% tax on the income of Rs. 1,25,000. The Income upto Rs 50,000 is not taxable. Calculate and print the tax on the remaining income with message. |
| S.No. | Conditional Program (If-Else & ElseIf) |
|---|---|
1 |
Write a program to calculate the addition , subtraction, multiplication and division of two numbers. |
2 |
Write a program to calculate the average marks of three subjects. |
3 |
Write a program to calculate the simple interest and amount. |
4 |
Write a program to calculate the compound interest. |