Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Pseudocode Problem 1/22/16
- BEGIN RNG
- Init array size to random number between 5 and 10 inclusively
- Instantiate new array of size
- FOR (each element of array)
- Insert random number between 0 and 100 (inclusive) to for loop counter
- END FOR
- Display output title
- FOR (each number in array)
- Display generated number
- END FOR
- END RNG
Advertisement
Add Comment
Please, Sign In to add comment