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
