Return To CS 110 Home

Colour Theme   Font Size Options
 
   
   
   
Exercise 2

One Dimensional Arrays with Functions Exercise

Add code to template file ex2_arrayFunc.cpp in the replit team project or create it in your IDE.

Your code will declare an integer array of size 10, then use three functions to individually do each of the following:

Test to see if your program will work with any integers, negative or positive, large or small.

When you are done: