Skip to content

Instantly share code, notes, and snippets.

View Monica1906's full-sized avatar

Monica Eissa Monica1906

View GitHub Profile
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