Write a function in C that returns an integer, and can take in an integer array, and integer representing the size of th
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a function in C that returns an integer, and can take in an integer array, and integer representing the size of th
Write a function in C that returns an integer, and cantake in an integer array, and integer representing the size ofthe array. It also needs to iterate through the array and if anyvalue is less than 10, it should be set to 10 but if anyvalues are greater than 20, have it set to 20. Lastly, returnthe amount of changes that need to be done.