OldSchoolHack

Registrieren / Anmelden Deutsch

Problem mit source code

icon Thema: Problem mit source code

Anmeldungsdatum: Apr 2008

Beiträge: 83

{int zahl;
int wdh = 1;

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

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


sooo....