Reading-Notes

Class04 Summary :

Forms :


The Conditional Ternary Operator :

  1. the condition statement followed by ?
  2. the value or expression if condition true followed by :
  3. the value or expression if condition false