Question- 1 Use a For Loop to generate 100 random numbers. Determine the most current maximum and minimum number as the random numbers are being generated.
This is referred tp as a "running" maximum and minimum.
Show the running maximum and minimum values as well as the current random number on the front panel.
Make sure to add the Time Display VI so the user is able to watch the values update as the Foor loop executes. Is there anybody who knows how to do this?