Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this homework you just need to implement one function: / / given an array a with size n , return the maximum number in
In this homework you just need to implement one function:
given an array a with size return the maximum number in the array. example: Input: return: int findmaxint aint
You can write a main function to test your code but your submission should not include main function because it will not compile correctly codegrade. The name of your file must be homeworkcpp
NOTE: You can't rename the function. Just copy the function definition above and fill in the code inside the curly brackets.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started