Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python 3.8 Write a program that displays the area and perimeter of a rectangle with the width of 4.9 and height of 7.5 using the

Python 3.8
Write a program that displays the area and perimeter of a rectangle with the width of 4.9 and height of 7.5 using the following formulas:
area=width*height
perimeter=2*width +2*height
image text in transcribedhere's what i came up with...
Pythen C This Is In Python TG Python Program t x (165) 32. The prin C Language *Untitled - Notepad Java SQL MYSQL Python B Tools File Edit Format View Help float(input('Please Enter the Width of a Rectangle: ')) float(input('Please Enter the Height of a Rectangle: ')) width %3D height # calculate the area width * height Area = # calculate the Perimeter Perimeter = 2 (width + height) print ("Area of a Rectangle is: ") print("Perimeter of Rectangle is: ")

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions

Question

=+ What scenarios could draw the audience in?

Answered: 1 week ago

Question

=+ What graphics could stop the viewer?

Answered: 1 week ago