- 2
Please let someone help me with a code in c to get the average without using arrays
1 Answer
+ 3
You asked for C but linked a web code that doesn't belong to you. Also, please make put relevant tags instead of empty parenthesis.
Here is the logic, try to implement it yourself please.
1. Calculate the total number of numbers
2. Calculate te sum of numbers
3. Divide the sum of numbers by the total number of numbers