control flow
play

Control Flow CS105 : Saelee dynamic flow of execution single path - PowerPoint PPT Presentation

Control Flow CS105 : Saelee dynamic flow of execution single path sequential decisions questions conditional operators Math Notation Ruby Operator < < > > >= <= = == != Boolean values true


  1. Control Flow CS105 : Saelee

  2. dynamic

  3. “flow” of execution

  4. single path

  5. sequential

  6. decisions

  7. questions

  8. conditional operators

  9. Math Notation Ruby Operator < < > > ≥ >= ≤ <= = == ≠ !=

  10. Boolean values

  11. true & false

  12. Control flow

  13. if ¡condition ¡ ¡# ¡body end

  14. if ¡condition ¡ ¡# ¡if-­‑clause else ¡ ¡# ¡else-­‑clause end

  15. if ¡condition1 ¡ ¡# ¡if-­‑clause elsif ¡condition2 ¡ ¡# ¡elsif-­‑clause-­‑1 else ¡ ¡# ¡default-­‑clause end

  16. Boolean operators

  17. Name Ruby Operator not ! and && or ||

Recommend


More recommend