combineA

Objective(s): Practice declaring and instantiating arrays with the use of the length property.  

Given two int arrays, arrA, and ArrB, create a new array that is the same size as the two arrays combined.

For this problem, you are strictly thinking about the size of the new array and how to create the container. You do not need to populate the new array.

Type your solution        
Skills Practiced:
3.D
Copyright © StudyCS 2024 All rights reserved.