Question: Question: Average of Unique Numbers The user will input 10 integer numbers. Write a C program unique.c to calculate the average of all unique numbers

Question: Average of Unique Numbers The user will input 10 integer numbers. Write a C program "unique.c" to calculate the average of all unique numbers in these numbers. Display the average to two decimal places. For example, if the input numbers are "1233445667", the four unique numbers are "1 257 ". The expected output should be "3.75
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
