Showing posts with label c#.net methods to write the program c#.net programming constructs c#.net sequential. Show all posts
Showing posts with label c#.net methods to write the program c#.net programming constructs c#.net sequential. Show all posts

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