Loops

الموقع: منصة الحسن للتعلم
المساق: Structured Programming
كتاب: Loops
طبع بواسطة: مستخدم ضيف
التاريخ: الخميس، 19 سبتمبر 2024، 5:48 PM

الوصف

Objectives

  • The while, and for  repetition statements to execute statements in a program repeatedly;

  • The break and continue program control statements to alter the flow of program control;


Counter Controlled Loops

 Counter Controlled Loops 

break and continue statements - basics

 

 

Examples

Set of Examples

Summation of numbers in a range given by the user

 

 

For-loop example - salary annual raise

 

 

Students' grade processing

 

 

series calcation (using do while)

 

 

Sentinel Controlled Loop

Sentinel Controlled  Loop