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!".

val yourScore = 88
if (yourScore > 90) {
println("CS is amazing!")
} else {
println("CS is hard...")
}

Related Lessons

Stuck? You may find these lessons helpful: