ProjectBeta

Simple Chat Bot (Kotlin)

Easy
1353 completions
~ 7 hours
4.4

You’ll get to know the basic syntax of Kotlin and write a simple program using variables, conditions, loops, and functions.

Provided by

JetBrains Academy JetBrains Academy

About

Here, at the beginning of your programmer’s path, creating a simple console chat bot will do wonders to guide you through the basics of coding. During this journey you will also play some word and number games that you are going to implement all on your own. Pack up and let’s hit the road, my friend!

Training project icon

Training project

This project allows you to practice and strengthen your coding skills, helping you get ready for more advanced tasks ahead.

What you'll learn

Once you choose a project, we'll provide you with a study plan that includes all the necessary topics from your course to get it built. Here’s what awaits you:
Use your knowledge of strings and numbers to make the assistant guess your age.
Your assistant is old enough to learn how to count. And you are experienced enough to apply a for loop at this stage!
At this point, the assistant will be able to check your knowledge and ask multiple-choice questions. Add some methods to your code and make the stage even better.

Reviews

Jean-Pierre Gonçalves
3 years ago
I learn basics like functions, reading and printing Strings and numeric types and conditions (when, for loops).
Amit Kumar Dubey avatar
Amit Kumar Dubey
5 years ago
declaring functionsdeclaring variables using var and valval is used when the value is final and var is used when the value can changerepeat is used for loop and for is used to loop ranges
Kotler avatar
Kotler
5 years ago
Узнал о repeat(). Иметь ввиду, что есть ряд задач с подводными камнями, либо не полной постановкой задачи. Где не упоминается какой-то вывод информации, использование Long type.

4.4

Learners who completed this project within the Kotlin Developer course rated it as follows:
Usefulness
4.6
Fun
4.3
Clarity
4.3