Hi there.
I have been having issues with a task I am trying to complete.
The task is to
- Receive an array of 100 integer variables which are randomly generated.
- Return values as output log.
- Array has unique random number (no doubled values)
- Return value & index of highest and lowest numbers.
The issue I am having is that the array is printing out a ton of 0s when I print it out, and my lowest Min value is always 0, and Highest Max value is always 999. Here is what my blueprint looks like so far