Hello, Im new to Greenfoot, although I once did some java ages ago. Anyways, Im on the wombatworld scenario, and everytime I change something and compile it, it says "class, enum or interface expected" However, it says this fopr what as already there unchanged. Here is the code that keeps reading error messaages /**
/**
* Do whatever the wombat likes to to just now.
*/
public void act()
}
/**
* Check whether there is a leaf in the same cell as we are.
*/
public boolean foundLeaf()
{
Does anyone know whats wrong