Menu

[solved] – Question 89077

Write a method that builds an array by appending a given number of random two-digit integers. It should accept an array and how many values to add as parameters.
Print the array after calling the array.
Sample Run:
How many values to add to the array:
12
[14, 64, 62, 21, 91, 25, 75, 86, 13, 87, 39, 48]

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *