Mathematics
 
 
MTH 568 - Compuational Science

 

Home
 

Syllabus
 

Course Outline
 

Resources
 

Contact Info


 
Control Statements



Control Statements can be used to execute certain lines of code only if a certain given condition is satisfied.  They are used to control the order of processing of statements in the program.
 
 
 

  • Relational Operators

  •  
    • <
    • >
    • <=
    • >=
    • ==
    • !=
    • &&
    • ||
  • if-then-else Statements