#include #include using namespace std; int main(){ double a, b, h, s=0; int N; cout<<"Podaj granice calkowania: "<>a>>b; cout<<"Podaj liczbe mini-przedzialow: "<>N; h = (b-a)/N; for (int i=0; i