Is it possible to have two AND statement like here together, "value = true".
If so, how should it be written?
1 2 3 | if ((Greenfoot.mouseClicked(Key7. class )) && (Greenfoot.mouseClicked(Key8. class ))) && (Counter.getCredit() >= ( 675 ))) { } |