0% found this document useful (0 votes)
31 views15 pages

Class 11/12 CS Python Program Project

class 11/12 CS Python Program Project

Uploaded by

Study Helper
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views15 pages

Class 11/12 CS Python Program Project

class 11/12 CS Python Program Project

Uploaded by

Study Helper
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

Program 1 :-

Write a program that accepts the length and breadth of


the rectangle and calculate its area.

Get without watermark at yt - @study_helper_1


Source Code

Output
YT - @study_helper_1
Program 2 :-

Write a program to accepts two integers and print their


sum.

Get without watermark at yt - @study_helper_1


Source Code

Output YT - @study_helper_1
Program 3 :-

Write a program that accepts the radius of a circle and


prints its area.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output
Program 4 :-

Write a program that inputs a student’s marks in


three subjects (out of 100) and prints the
percentage marks.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output
Program 5 :-

Write a program to compute the area of square


and triangle.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output
Program 6 :-

Write a program to calculate simple interest.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output
Program 7 :-

Write a program to read two numbers and prints


their quotient and reminder.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output
Program 8 :-

Write a program to find whether a given number


is even or odd.

Get without watermark at yt - @study_helper_1


Source Code

Output YT - @study_helper_1
Program 9 :-

Write a program to find the largest among the


three integers.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output
Program 10 :-

Write a program to find the lowest among the


three integers.

Get without watermark at yt - @study_helper_1


Source Code

Output
YT - @study_helper_1
Program 11 :-

Write a program that accepts weight in Kg and


height in meters and calculate the BMI.

Get without watermark at yt - @study_helper_1


Source Code

Output
YT - @study_helper_1
Program 12 :-

Write a program that reads the number n and


prints the value of n², n³ and n⁴.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output
Program 13 :-

Write a program to accept the marks of five


subjects and calculate the average marks.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output
Program 14 :-

Write a program to accept the height in cm and


convert it into feet and inches.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output
Program 15 :-

Write a program that accepts base and height


and calculate the area of a triangle.

Get without watermark at yt - @study_helper_1


Source Code

YT - @study_helper_1
Output

You might also like