Programming constructs

Methods used to write the program are called programming construct

There are these types’ construct

             1. Sequential
             2. Selection
             3. Iteration

1. Sequential

          Code will be executed line without missing any statement with in the program 

2. Selection
  • Simple if
  • If Else
  • Multiple If s
  • Nested If s
3.    Iterative
  • for Loop
  • while Loop
  • do while Loop
  • foreach Loop


No comments:

Post a Comment