Selection

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

الوصف

Objectives 

  • Control structures
    • Sequence structures
    • Selection structures (if selection statement and if…else selection statement)
  • The switch selection statement;
  • The logical operators to form complex conditional expressions in control statements;
  • To avoid confusing the equality and assignment operators