can anyone help me with the counter class. whenever i try the tutorial code, it highlights the word "void" and says "illegal start of expression". can anyone tell me the correct code?
void bumpCount(int amount) { totalCount += amount; setImage(new GreenfootImage("" + totalCount)); }