|
@ -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,ps,g,F,A,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,p,F,A,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'); |
|
@ -349,4 +349,10 @@ int main() |
|
|
F=getValue('F'); |
|
|
F=getValue('F'); |
|
|
A=getValue('A'); |
|
|
A=getValue('A'); |
|
|
Druck(F,A); |
|
|
Druck(F,A); |
|
|
|
|
|
|
|
|
|
|
|
printf("Geben Sie den Druck (p) ein: "); |
|
|
|
|
|
p=getValue('P'); |
|
|
|
|
|
printf("Geben Sie die Flaeche (A) ein: "); |
|
|
|
|
|
A=getValue('A'); |
|
|
|
|
|
Kraft(p,A); |
|
|
} |
|
|
} |