Question: write a c++program that declares an array of 12 components of type int , and then use the array to do the following : *
write a c++program that declares an array of 12 components of type int , and then use the array to do the following :
* fil the array components with integers from the user .
* count and print the number of components that are divisible by 9 .
* print array elements , 3 elements on each line .
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
