Using c++;
Write and test the following function that returns the average
of the first n elements of array a[] of size K (where n ≤ K):
float ave(int a[], int n, int K);
Using c++; Write and test the following function that returns the average of the first n elements of array a[] of size K
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Using c++; Write and test the following function that returns the average of the first n elements of array a[] of size K
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!