Home /
Expert Answers /
Computer Science /
in-command-prompt-make-an-integer-array-of-size-100-ask-the-user-for-the-lower-and-upper-bound-pa477
(Solved): In Command Prompt
- Make an integer array of size 100. Ask the user for the lower and upper bound ...
In Command Prompt
- Make an integer array of size 100. Ask the user for the lower and upper bound of random numbers - Fill the array with random numbers in that range - *hint* check the notes on D2L for random numbers for a formula to use! - Print these numbers out Print the sum of the array.
Problem 2