Hello
In lvl PingPong…
why does the argument “Fetch” continue to execute outside the while loop? The cat runs after the “ball” even though it is not included in the while loop!
int main() {
hero.say("fetch");
while(true) {
hero.attack("ball2");
hero.moveRight(3);
hero.attack("ball2");
hero.moveLeft(3);
}
return 0;
}
is my post in the wrong place?
Im very sry
thx