#include "funktion.h" #include #include #include #include int main() { double a,b; a = getValue('G'); b = getValue('U'); marktanteil(a, b); printf("Angebotsmenge: "); a = getValue('a'); printf("Verkaufsmenge: "); b = getValue('v'); angebotserfolg(a,b); printf("Anfangsbuchwert: "); a = getValue('A'); printf("Restbuchwert: "); b = getValue('R'); Anlagenabnutzungsgrad(a,b); printf("Gesamtkapital: "); a = getValue('G'); printf("Anlagevermoegen: "); b = getValue('A'); Anlagenintensitaet(a,b); printf("Anlagevermoegen: "); a = getValue('A'); printf("Umsatz: "); b = getValue('U'); Anlagenproduktivitaet(a,b); printf("Arbeitszeit: "); a = getValue('A'); printf("Produktivitaet: "); b = getValue('P'); Arbeitsproduktivitaet(a,b); }