I'm currently working on another program which requires me to input a bunch of arrays atm. I need an immediate answer to this.
Write the code to display the smallest number stored in a one-dimensional int array named orders. The array has five elements. Use the while statement.