Struktogramm
-
Hi Leute ich brauch für diesen Quelltext ein Struktogramm und ich hab null ahnung davon könnte evtl mir einer helfen ???
hier mal der kleine Quelltext
/***************************************************************************/
//Überprüfung des Gewinners
/***************************************************************************/for (int x=0;x<=7;x++)
for (int y=0;y<=4;y++){
if ((gewinn == 20) || (gewinn == 200))
Ende (gewinn);
}for (int y=0;y<=7;y++)
for (int x=0;x<=4;x++){
if ((gewinn == 20) || (gewinn == 200))
Ende (gewinn);
}for (int y=0;y<=4;y++)
for (int x=0;x<=4;x++){
if ((gewinn == 20) || (gewinn == 200))
Ende (gewinn);
}for (int y=3;y<=7;y++)
for (int x=0;x<=4;x++){
if ((gewinn == 20) || (gewinn == 200))
Ende (gewinn);
}
-
Schulstoff nachholen oder http://www.easycode.de/
-junix