#newbie
Read more stories on Hashnode
Articles with this tag
So far, the methods we've dealt with have had strictly defined types. Parameters for these methods were specified in terms of Int, Double, String,...
Think of your daily routine. You wake up, you go to work, you go back home, and you go back to sleep. Your activities are looping, with them changing...
In this unit, we'll learn how to make programs change their behavior based on logic. The if-expression is a fundamental construct in Scala programs....
In this unit, we'll cover how to define methods, why you would want to, and how methods are similar and dissimilar to values. Please remember to run...
Expressions, Statements, and Code blocks ยท In this lesson, we'll analyze and discuss some of the intricacies of Scala syntax and its rules. This won't...
Introduction In this lesson, we'll learn about boolean data and the comparison and logical operators, as well as beginning to learn about data...