Question: using c++, please answer accurately! Write the function double* maximum (double a, int a.size) described in Problem P7.6. . Write a program that reads in
using c++, please answer accurately!



Write the function double* maximum (double a, int a.size) described in Problem P7.6. . Write a program that reads in a list of numbers contiguously and saves them in a dynamically allocated array. Do NOT use vectors in this problem. Hint: Using getline, save the list provided by the user in a string s. Use the string s to count the number of the elements in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
