Question: Problem 3 - Astonishing Average Complete the following program that reads in an integerd and calculates where is the product of all the integers between
Problem 3 - Astonishing Average Complete the following program that reads in an integerd and calculates where is the product of all the integers between 1 and 50 that are divisible by d and 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 (10x20 x 30 x 40 x 501/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 Y Sample Case 2 Sample Input For Custom Testing 55 Sample Output 0.0 Sample Case 3 Sinple Input For Custom Testing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
