Question: Write a function that accepts 5 integers at once and returns the average of them as an integer. Then print the number and whether

Write a function that accepts 5 integers at once and returns the average of them as an integer. Then print

Write a function that accepts 5 integers at once and returns the average of them as an integer. Then print the number and whether or not it is divisible by 2. The numbers will be provided with commas separating each number. Example Input: 4, 5, 6, 7, 8 Example Output: 6 Yes

Step by Step Solution

3.47 Rating (147 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a Python function that accomplishes what youre looking ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!