Each task on this page can be performed with only the techniques we've gone
over so far in class.
- Write a function that finds the largest value in a numeric array and outputs it to the console.
- Write a function that counts from 1 - 100 and echoes “BEEP” when it encounters multiples of 3 and 5.
- Write a function that finds the sum of all values when given an array of numbers
- Write a tip calculator that finds a 10%, 15%, and 20% tip for a given value. Write the values to an array.