Search Results

Searching for: Integer

Individual Exercises

0 / 10

Given a stack with Integers, write a function that pops the top two numbers from the stack, adds them together and pushes the result back...

0 / 10

Given an array of integers, return the largest value in the array. Assume the array has only posivitive numbers. If the array is empty,...

0 / 10

Given an array of integers, return the smallest value in the array. Assume the array has only posivitive numbers. If the array is empty,...