This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public with sharing class WeekTwoHomework { | |
| public static void introToConditionals() { | |
| /*Comparison and logical operators are an important tool and one that we'll dive into much deeper with Conditional Statements next week. | |
| For now, let's just get familar with some of the syntax.*/ | |
| //First, let's get some variables that we can work with | |
| //A single equals sign such as =, signals that we're assigning a value to a variable |