Einzelnen Beitrag anzeigen
Alt 01.03.2002, 10:52   #2
gaelic
nugent
 
Registriert seit: 28.08.2001
Beiträge: 2.500


Standard

wieso ist das ein problem?

zahl a,b,c einlesen

wenn a>b;
......... { a>c; a ist größte;
......... oder a=c; a und c größte
......... oder a<c; c ist größte}
wenn a=b;
......... { a>c; a und b größte;
......... oder a=c; a,b und c größte
......... oder a<c; b und c größte}
wenn a<b;
......... { b>c; b größte;
......... oder b=c; b und c größte
......... oder b<c; c ist größte}

ich hoffe das stimmt; oder hab ich was falsch verstanden? oder hab ich auch einen denkfehler; aber normal
____________________________________
kill it & grill it
gaelic ist offline   Mit Zitat antworten