Question: Please use either C++ or Java... (Prefer C++) Write 2 functions to calculate the MSS of a given array one with running time of O(n)

Please use either C++ or Java... (Prefer C++)
Write 2 functions to calculate the MSS of a given array one with running time of O(n) and one with Request the user to enter a positive integer, and call it n. 1. Generate n random integers between -100 to 100 and save them in array a. (You can use randi function in MATLAB) Print the generated array and the outputs of your two functions 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
