Create a Virtual Instrument in LabVIEW software. Please help with the front panel and block diagram.
Design a VI that builds a VI that reverses the order of an array containing 100 random numbers. For example, array[0] becomes array[99], array[1] becomes array[98], and so on.
Tip: Use the "Reverse 1D Array" function located on the Functions Array palette to reverse the array order.