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 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
Heres a Python function that accomplishes what youre looking ... View full answer
Get step-by-step solutions from verified subject matter experts
