Loading...
Is this your company?
Write code to find the smallest number in an array.
Anonymous
this answer is wrong if(small>array[idx])
small = array [0] for (int idx = 1; idx < array.length; idx ++){ if (small < array [idx]) small = array [idx] }
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.