“If-Then” Statements

“If-Then” statements are exactly what the name implies. They are statements wherein truth is expressed in conditional terms. In algebra, an example of an “If-Then” statement would be, “If D is between C and E, then CD + DE = CE.” Computer programming also uses “If-Then” statements extensively. If a certain condition is met, then […]