OldSchoolHack

Register / Login English

Problem mit source code

icon Thread: Problem mit source code

Join Date: Apr 2008

Posts: 83

{int zahl;
int wdh = 1;

cout << "Bitte Zahl eingeben" << endl;
cin >> zahl;

while ( wdh <= zahl )
{
cout << wdh <<endl;
wdh++;
}
return 0;
}
Quote


sooo....