confusedYou can do it like this: for (int i = 0; i < 10; i++){ cout << "hello world" << endl; }
This user does not accept Private Messages