Kotlinlearncs.online LogoJava
Return to List

Solve: Is CS Amazing

Created By: Geoffrey Challen
/ Version: 2021.1.0

Modify the code below so that it prints "CS is amazing!".

int yourScore = 80;
if (yourScore > 90) {
System.out.println("CS is amazing!");
} else {
System.out.println("CS is hard...");
}

Related Lessons

Stuck? You may find these lessons helpful: