Write a function in C that reads in an array of 100 integers. Your function should count the number of integers in the a
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Write a function in C that reads in an array of 100 integers. Your function should count the number of integers in the a
Write a function in C that reads in an array of 100 integers. Your function should count the number of integers in the array that are divisible by one of 2,3 or 5, but not by 7. Your function should then return this total value. Note: if a number is divisible by more than one of 2,3 or 5 it should only count it once.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!