โ Back to Arrays
Question 168
Find Minimum in an Array
Find Minimum in an Array
An int array is given. Find the smallest value and print it.
For { 12, 5, 19, 3, 8 } the program prints 3.Expected Output:
3
Topics:
Arrays
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.