Kotlinlearncs.online LogoJava
Return to List

Solve: Welcome to CS 124!

Created By: Geoffrey Challen
/ Version: 2026.8.0

A program can't tell you what it's doing unless you ask it to. In Kotlin we ask using println, which prints a message and then moves to the next line.

Write a snippet of code—not a function—that prints exactly this:

Welcome to CS 124!

You'll need to type the whole print statement yourself, including the message, which is a String and so belongs inside double quotes.

Related Lessons

Stuck? You may find these lessons helpful:

Report a Problem

Attribution must link to this page: https://www.learncs.online/solve/kotlin/welcome-to-cs-124/[email protected]