[Solved]Lab Continue Familiarize Student Using Arrays Store Function Proto Types Lab12funch Store Q37101749

write a code using c++
please also attach a screenshot of the output.
thank you!
This lab will continue to familiarize the student with using arrays. Store all the function proto-types in lab12_func.h and store all the functions in lab12_func.cpp. Make sure you have proper header comments in each.h, .cpp file. When you run your program, your sample output should show your name. Your hardcopy handout should include the following: 1) lab11_func.h 2) lab11 func.cpp 3) lab11.cpp 4) sample output Write the following functions: a) void fill array_with random_ nums int arrayll, int N): Fill array with random numbers 0 to N-1 b) void print_array(int array n N): It prints array contents 5 per line. The number of elements in the array is N. This is same as from project lab 11 Show transcribed image text This lab will continue to familiarize the student with using arrays. Store all the function proto-types in lab12_func.h and store all the functions in lab12_func.cpp. Make sure you have proper header comments in each.h, .cpp file. When you run your program, your sample output should show your name. Your hardcopy handout should include the following: 1) lab11_func.h 2) lab11 func.cpp 3) lab11.cpp 4) sample output Write the following functions: a) void fill array_with random_ nums int arrayll, int N): Fill array with random numbers 0 to N-1 b) void print_array(int array n N): It prints array contents 5 per line. The number of elements in the array is N. This is same as from project lab 11
Expert Answer
Answer to write a code using c++ please also attach a screenshot of the output. thank you!… . . .
OR

