komnuk

download komnuk

If you can't read please download the document

description

djfndk

Transcript of komnuk

#include using namespace std;double Fy(double x1,double y1,double x2,double y2,double x){return y1+(y2-y1)/(x2-x1)*(x-x1);}void baca_tabela(double tabela[][2],int klm, char teks[25], double &V, double & A){do {cout