Please use C++ Language such as Microsoft Visual Studio. Thank you…
Question Please use C++ Language such as Microsoft Visual Studio. Thank you… Please use C++ Language such as Microsoft Visual Studio. Thank you Image transcription textQuestion 1 (5 points) Listen Implement functions with the prototypes: double add(double a, double b); / /Returns a+b double subtract(double a, double b); // Returns a-b double multiply(double a, double b); // Returnsa*b double array_op(double array, size_t size, double (*pfun) (double, double)); The parameters for… Show more… Show morePlease explain the coding for each function used and also please put a screenshot as a great result. Computer Science Engineering & Technology C++ Programming EDUCATION 123 Share QuestionEmailCopy link Comments (0)