Page 1 of 1

Write a full C++ program that uses a function Max(required parameters) that receives an array of integer numbers and th

Posted: Thu Jul 14, 2022 2:19 pm
by answerhappygod
Write a full C++ program that uses a function Max(required parameters) thatreceives an array of integer numbers and the array size thenreturns the largest element of a given array of integers.
Note:
1- No algorithm or pseudocode is required just a c++code.
2- Use comments to explain the code.3- prompt the user to respond to something or enterinformation.