|
@ -6,7 +6,7 @@ |
|
|
|
|
|
|
|
|
int main() |
|
|
int main() |
|
|
{ |
|
|
{ |
|
|
double a,b,c,d,h,x1,s1,x2,x3,z1,z2,z3,p1,p2,p3,m,x,y,z,ein,v0,x0,t,pfi,g,prozent,Zahl1,Zahl2,Zahl3,dZahl1,dZahl2,dZahl3,eingabe1,eingabe2,r; |
|
|
|
|
|
|
|
|
double a,b,c,d,h,x1,s1,x2,x3,z1,z2,z3,p1,p2,p3,m,x,y,z,ein,v0,x0,t,pfi,ps,g,prozent,Zahl1,Zahl2,Zahl3,dZahl1,dZahl2,dZahl3,eingabe1,eingabe2,r; |
|
|
int n,dezimal; |
|
|
int n,dezimal; |
|
|
a = getValue('a'); |
|
|
a = getValue('a'); |
|
|
b = getValue('b'); |
|
|
b = getValue('b'); |
|
@ -330,4 +330,12 @@ int main() |
|
|
g=getValue('G'); |
|
|
g=getValue('G'); |
|
|
h=getValue('H'); |
|
|
h=getValue('H'); |
|
|
SchwereDruck(pfi,g,h); |
|
|
SchwereDruck(pfi,g,h); |
|
|
|
|
|
|
|
|
|
|
|
printf("Geben Sie den Schwerdruck (ps) ein: "); |
|
|
|
|
|
ps=getValue('P'); |
|
|
|
|
|
printf("Geben Sie den Ortsfaktor (g) ein: "); |
|
|
|
|
|
g=getValue('G'); |
|
|
|
|
|
printf("Geben Sie die Eintauchtiefe (h) ein: "); |
|
|
|
|
|
h=getValue('H'); |
|
|
|
|
|
Dichte_der_Fluessigkeit(ps,g,h); |
|
|
} |
|
|
} |