Skip to content

adistroe/Coffee_Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

About

This is the Coffee Machine project I made myself while studying at JetBrains Academy

In this project, you will work on programming a coffee machine simulator. The machine works with typical products: coffee, milk, sugar, and plastic cups; if it runs out of something, it shows a notification.

You can get three types of coffee: espresso, cappuccino, and latte. Since nothing’s for free, it also collects the money.

This project is a part of the following tracks:

Here's the link to the project: https://hyperskill.org/projects/67
Check out my profile: https://hyperskill.org/profile/391060831

Learning outcomes

This project allows you to better understand the basic OOP, its main concepts such as classes, class methods and attributes, and get a taste of Kotlin.

Practice working with functions, challenge yourself with loops and conditions, and get more confident with OOP.