Question: Write a program that meets the following requirements: Creates an array with 100 randomly chosen integers. Prompts the user to enter the index
Write a program that meets the following requirements:
■ Creates an array with 100 randomly chosen integers.
■ Prompts the user to enter the index of the array, then displays the corresponding element value. If the specified index is out of bounds, display the message Out of Bounds.
Step by Step Solution
3.48 Rating (155 Votes )
There are 3 Steps involved in it
Program Plan Create an array to store 100 integer values Fill the array 100 randomly chosen integers ... View full answer
Get step-by-step solutions from verified subject matter experts
