Answered step by step
Verified Expert Solution
Link Copied!

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 n, return the maximum number in the array. // example: // Input: a=[59,23,1,2,3],n=5// return: 59 int findmax(int a[],int n){
}
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 homework1.cpp.
NOTE: You can't rename the function. Just copy the function definition above and fill in the code inside the curly brackets.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Spatial Databases 2nd Symposium Ssd 91 Zurich Switzerland August 1991 Proceedings Lncs 525

Authors: Oliver Gunther ,Hans-Jorg Schek

1st Edition

3540544143, 978-3540544142

More Books

Students also viewed these Databases questions

Question

Conduct an effective performance feedback session. page 360

Answered: 1 week ago

Question

4. EMC Corporation

Answered: 1 week ago

Question

6. Vanguard

Answered: 1 week ago