Create a function called biggestNum that returns the largest number in an array of integers. The function is passed only one parameter, an array. In main, ask the user the input eight integers. Each integer should be added to an array called nums. Then, call the function and output the largest number in the array.


Create a function called biggestNum that returns the largest number in an array of integers. The fu

Solved
Show answers

Ask an AI advisor a question