what should i write in place of it
if(Greenfoot.isKeyDown("The quick brown")
{
showText(Correct,150,100);
}
else showText(Wrong,150,100);

