CJCoding With Joseph

Find the Smallest Element

An array nums has been created with the values {30, 10, 50, 20, 40}. Find the smallest value and print it in this exact format:

Smallest: 10

Expected Output:

Smallest: 10
Topics:
Arrays
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.