Question: DESCRIPTION: Given an array of integers your solution should find the smallest integer. For example: Given [ 3 4 , 1 5 , 8 8

DESCRIPTION:
Given an array of integers your solution should find the smallest integer.
For example:
Given [34,15,88,2] your solution will return 2
Given [34,-345,-1,100] your solution will return -345
You can assume, for the purpose of this kata, that the supplied array will not be empty.
DESCRIPTION: Given an array of integers your

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!