Write a program that creates an array of ten integers. It should
put ten random numbers from 1 to 100 in the array. It should copy all
the elements of that array into another array of the same size. Then
display the contents of both arrays. To get the output to look like
mine, you'll need a several for
loops.
Array 1: 45 87 39 32 93 86 12 44 75 -7 Array 2: 45 87 39 32 93 86 12 44 75 50
©2013 Graham Mitchell
This assignment is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License.