Question: 1 / / Ex . 7 . 2 1 : Ex 0 7 _ 2 1 . cpp 2 / / What does this program
Ex: Excpp
What does this program do
#include
using namespace std;
void someFunction int int, int ; function prototype
int main
const int arraySize ;
int a arraySize ;
cout "The values in the array are:" endl;
someFunction a arraySize ;
cout endl;
end main
What does this function do
void someFunction int b int current, int size
if current size
someFunction b current size ;
cout b current ;
end if
end function someFunction
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
