Online Programming Server

Login

Login with facebook [?]

Facebook

Tutorial 46: CSC1130S - Lecture 3a: Branching: if and if/else

You are here: Tutorials >> Basic >> Java >> Introduction to Computing Using Java >> CSC1130S - Lecture 3a: Branching: if and if/else

Tutorial ID46
TitleCSC1130S - Lecture 3a: Branching: if and if/else

Branching/Selection

  • Apartfromsequentialexecution,branchingis another important programming concept.
  • It makes our programs go through different statements and produce different results.
  • Two categories in Java
    • if-statement
    • switch-statement (not discussed here)

Post Your Comment

Title
Message