Tasks

Estimated reading: 2 minutes 146 views

Task - 1 : for

For Loop Exercise: Printing Numbers Write a program that uses a for loop to print all the numbers from 1 to 10.

تمرين الحلقة التكرارية For: طباعة الأرقام اكتب برنامجًا يستخدم حلقة for لطباعة جميع الأرقام من 1 إلى 10.

Task - 2 : do while

Do While Loop Exercise: Number Guessing Game Write a program that generates a random number between 1 and 100. Then, prompt the user to guess the number. If the guessed number is incorrect, provide feedback whether the actual number is higher or lower. Continue prompting the user until they guess the correct number. Use a do while loop for this.

تمرين الحلقة التكرارية : اكتب برنامجًا يولد رقمًا عشوائيًا بين 1 و 100. ثم، قم بطلب من المستخدم تخمين الرقم. إذا كان الرقم المخمّن غير صحيح، قدم ملاحظات حول ما إذا كان الرقم الفعلي أعلى أم أقل. استمر في طلب التخمين من المستخدم حتى يخمّن الرقم الصحيح. استخدم حلقة do while لهذا الغرض.

Task - 3 : for

For Loop Exercise: Printing Even Numbers Write a program that uses a for loop to print all even numbers between 1 and 20

لتمرين الحلقة: طباعة الأرقام الزوجية اكتب برنامجًا يستخدم حلقة for لطباعة جميع الأعداد الزوجية من 1 إلى 20

Task - 4 : do while loop

Do While Loop Exercise: Multiplication Table Write a program that prompts the user for a number and then prints the multiplication table for that number using a do while loop. The table should display multiples of the entered number from 1 to 10.

قم بأداء التمرين أثناء الحلقة: جدول الضرب اكتب برنامجًا يطلب من المستخدم إدخال رقم ثم يطبع جدول الضرب لهذا الرقم باستخدام حلقة do while. يجب أن يعرض الجدول مضاعفات الرقم المدخل من 1 إلى 10.

Share this Doc

Tasks

Or copy link