Description
Write a C program that read 4 numbers, display the sum of all odd values between them and calculate the average of the odd numbers.
Input
Input the first number: 1
Input the second number: 3
Input the third number: 4
Input the fourth number: 5
Output
Sum of all odd values: 9
Average of all odd values: 3.000000
Sum of all odd values: 9
Average of all odd values: 3.000000