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.... __________________ Only registered and activated users can see links. |
|
sn1p4 is offline |