1.

Is there any Loops in Pascal?

Answer»

There are three LOOPS in Pascal:

  • Pretest: It TESTS a Boolean expression and then GOES into a loop if true.
  • Posttest: It executes the loop and then tests the Boolean expression.
  • Fixed Repetition: It repeats a fixed NUMBER of items.


Discussion

No Comment Found