Using C++ make a program for numerical integration. The codeMUST output the exact same as the sample given.
(5) Numerical integration » Write a program that reads in values double a and double b, the boundaries of the inter val [a, b], and the number of subintervals unsigned int n and then computes
OR
OR