Program to calculate the area of the rectangle Python Program - LearnHowToCode SarkariResult.com Interview Questions and Answers LearnHowToCodeOnline
Program to calculate the area of the rectangle

Program to calculate the area of the rectangle Python Program

Program to calculate the area of rectangle
Input:
Width = 10, Height = 5
Output:
Area of Rectangle = Width * Height
                  = 10 * 5
                  = 50


 Python Program

width=5  
height=10  
area=width*height  
print("Area of rectangle="+str(area))  

Output:
Area of rectangle=50  

About Mariano

I'm Ethan Mariano a software engineer by profession and reader/writter by passion.I have good understanding and knowledge of AngularJS, Database, javascript, web development, digital marketing and exploring other technologies related to Software development.

0 comments:

Featured post

Political Full Forms List

Acronym Full Form MLA Member of Legislative Assembly RSS Really Simple Syndication, Rashtriya Swayamsevak Sangh UNESCO United Nations E...

Powered by Blogger.