09.10.2014 Views

Download Scala Tutorial (PDF Version) - Tutorials Point

Download Scala Tutorial (PDF Version) - Tutorials Point

Download Scala Tutorial (PDF Version) - Tutorials Point

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CHAPTER<br />

8<br />

<strong>Scala</strong> IF…ELSE Statements<br />

Following is the general form of a typical decision making IF...ELSE structure found in most of the<br />

programming languages:<br />

The if Statement:<br />

An if statement consists of a Boolean expression followed by one or more statements.<br />

SYNTAX:<br />

The syntax of an if statement is:<br />

if(Boolean_expression)<br />

{<br />

// Statements will execute if the Boolean expression is true<br />

TUTORIALS POINT<br />

Simply Easy Learning

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!