Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, March 11, 2015

What is decision making statements ?

These are that statement which decides the execution of the statement block which are related or a part of decision making statements.
It controls the flow of execution of a program. These are also known as control statements. In decision making statements conditions are encountered, if the conditions are true than the execution of the statements takes place other wise these statements will not executes. There are mainly three types of decision making statements:
  • Looping statements
  • Conditional statements
  • Jumping statements

No comments:

Post a Comment