Learn more concepts in Kotlin—including classes, objects, and conditionals—to create an interactive app for your users.
What you'll learn
- How to programmatically generate random numbers to simulate dice rolls.
- How to structure your code by creating a
Dice
class with a variable and a method. - How to create an object instance of a class, modify its variables, and call its methods
0 Comments