in c++
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 approzimately the value for the definite integral 3×2 + 5×4
OR
OR