#PYTHON #AREA #RECTANGLE #CIRCUMFERENCE #PERIMETER #CODING #TUTORIAL #PYTHONTUTORIAL #PROGRAM #PYTHONPROGRAM #PYTHONPROGRAMTOFINDAREAOFRECTANGLE #PYTHON #PSPP #PYTHONINTAMIL #AREAOFRECTANGLE #youtubechannel #youtube #youtuber #youtubers #subscribe #youtubevideos #sub #youtubevideo #like #instagram #programming #coding #programmer #python #developer #technology #code #coder #computerscience #tech #software #codinglife #linux #softwaredeveloper #programmingmemes #programmers #programminglife #hacking #machinelearning #php #computer #softwareengineer
Welcome to my channel Prince of Programming👨🎓
/ @princeofprogramming
This tutorial will give you a full introduction into the PYTHON PROGRAM TO FIND AREA AND PERIMETER OF RECTANGLE
• PYTHON PROGRAM TO FIND AREA AND PERIMETER ...
Give this video a thumps up👍
Share & subscribe for more videos😏
Show your support to recover the channel❤
Click the bell icon to get notified for new videos🔔
Feel free to drop your doubts in the comment section📗
TOPIC - PYTHON PROGRAM TO FIND AREA AND PERIMETER OF RECTANGLE • PYTHON PROGRAM TO FIND AREA AND PERIMETER ...
*) To find the area of a rectangle, we multiply its Length and Width.
Area of Rectangle = Length *Width
where length is the length of longer side of rectangle.
width is the length of smaller side of rectangle.
*) To find the perimeter of a rectangle, we should add the length of all four sides of rectangle.
*) As opposite sides of a rectangle are equal, we can calculate The perimeter of a rectangle is as follows.
Perimeter of Rectangle = 2 *(Length+Width)
where length is the length of longer side of rectangle.
width is the length of smaller side of rectangle.
*) This program needs two float variables for length, width and two output variables for area, perimeter.
*) We need a input statement to read the length, width from the keyboard.
*) We need to calculate the area and perimeter of the rectangle using expressions.
*) Then we need a print statement to display the output.