|
|
@ -83,8 +83,7 @@ double gesamtkapital_Rentabilitaeten(double umsatz,double gesamtkapital) { |
|
|
|
|
|
|
|
double Zeitlohn(double lohnsatz,double arbeitszeit) { |
|
|
|
double zeitlohn = lohnsatz * arbeitszeit; |
|
|
|
printf("Der Zeitlohn betraegt: %lf\n", zeitlohn); |
|
|
|
return zeitlohn = lohnsatz * arbeitszeit; |
|
|
|
return zeitlohn; |
|
|
|
} |
|
|
|
|
|
|
|
double Akkortrichtsatz(double stueckkosten,double akkordzuschlag) { |
|
|
|
xxxxxxxxxx