Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
Misc
8.8K+ articles
Scala
1.8K+ articles
Scala
1.2K+ articles
Scala-Basics
36+ articles
Scala-Decision-Making
3 posts
Recent Articles
Popular Articles
For Loop in Scala
Last Updated: 20 July 2021
In Scala, for loop is also known as for-comprehensions. A for loop is a repetition control structure which allows us to write a loop that is executed a specific number of ...
read more
Scala
Scala-Decision-Making
Scala
Break statement in Scala
Last Updated: 29 December 2022
In Scala, we use a break statement to break the execution of the loop in the program. Scala programming language does not contain any concept of break statement(in above 2...
read more
Scala
Scala-Basics
Scala-Decision-Making
Scala
Scala | Decision Making (if, if-else, Nested if-else, if-else if)
Last Updated: 04 July 2019
Decision making in programming is similar to decision making in real life. In decision making, a piece of code is executed when the given condition is fulfilled. Sometimes...
read more
Scala-Decision-Making
Scala
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !