Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in python 3.0 please Question 2 Given the length and the width of a soccer field, in yards, calculate the area, perimeter and the diagonal

in python 3.0 please image text in transcribed
Question 2 Given the length and the width of a soccer field, in yards, calculate the area, perimeter and the diagonal of the field in metres. Make sure that the length, width, area, perimeter and the diagonal (computed using the square root and power functions from the math library) of the field are printed with only 2 decimal places. Call the file containing your program fieldStats.py. Sample input (shown in blue) and output from the program is as follows: Enter the length of the field in yards: 120.3 Enter the width of the field in yards: 82.02 The length of the field is 110.00 metres. The width of the field is 75.00 metres. The area of the field is 8250.07 sq. metres. The perimeter of the field is 370.00 metres. The diagonal of the field is 133.14 metres

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_2

Step: 3

blur-text-image_3

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

Select Healthcare Classification Systems And Databases

Authors: Katherine S. Rowell, Ann Cutrell

1st Edition

0615909760, 978-0615909769

More Books

Students also viewed these Databases questions

Question

What are the purposes of promotion ?

Answered: 1 week ago

Question

Discuss how selfesteem is developed.

Answered: 1 week ago

Question

Identify ways to increase your selfesteem.

Answered: 1 week ago

Question

Define self-esteem and discuss its impact on your life.

Answered: 1 week ago