Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python! Please! Problem 3 - Astonishing Average Complete the following program that reads in an integer d and calculates where p is the product of

Python! Please!image text in transcribed

Problem 3 - Astonishing Average Complete the following program that reads in an integer d and calculates where p is the product of all the integers between 1 and 50 that are divisible by d and c is the number of integers between 1 and 50 that are divisible by d. For example, if d = 10, then the numbers between 1 and 50 that are divisible by 10 are 10, 20, 30, 40, and 50, so we calculate (10 x 20 x 30 x 40 x 50) / 5 = 2400000.0. Print the average to 1 decimal place. If there are no numbers between 1 and 50 that are divisible by d, print 0.0. Input Format For Custom Testing The only line of input contains an integer d that is greater than or equal to 1. Sample Case 1 Sample Input For Custom Testing 10 Sample Output 2400000.0 Sample Case 2 Sample Input For Custom Testing 55 Sample Output Sample Case 3 Sample Input For Custom Testing 2 Sample Output 20818793705466663922560825032704.0

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

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions

Question

1.what is the significance of Taxonomy ?

Answered: 1 week ago

Question

What are the advantages and disadvantages of leasing ?

Answered: 1 week ago

Question

Name is needed for identifying organisms ?

Answered: 1 week ago

Question

=+management system of the MNE?

Answered: 1 week ago