برجاء مشاهدة درس واحد فقط يوميا وتطبيق ما فيه بنفسك. إذا كان لديك وقت أكبر لا تشاهد درس آخر لكن حاول القيام ببعض البرامج بنفسك. بعض أمثلة للبرامج الذي يمكنك القيام بها بنفسك:
A program in which array of char 3D has 3 groups each group 3 students and each student's name does not have more than 20 characters.. Students' names are required to be entered and each group printed in a line.
A program that asks the user to enter 3 different names and prints the total number of letters of these names.
A program with 3 names, asks the user to enter his name and replaces the first name in the program with the user name and prints the names on the screen.
ملحوظة هذه البرامج ليست من ضمن المنهج هي فقط للتدريب، وبالتالي يجب عليك أن تكمل المنهج وتشاهد الفيديو التالي غدا سواء قمت بعمل هذه البرامج أو لا.
إذا شاهدت الدرس و فهمته و كنت قادر على حل الأسئلة السابقة تستطيع مشاهدة الدرس القادم. ليس عليك بالضرورة أن تقوم بحل هذه الأسئلة. أحيانا تحتاج لحل هذه الأسئلة الى تفكير عميق أو أن تقوم بالبحث عن أوامر و طرق لم تدرسها لحلها. و لكن لا داعى للقلق فكل الأوامر التى تساعد على حلها مشروحة فى الدروس القادمة.
A program that asks the user to enter 5 names and prints each name along with the number of its letters (In two different ways)
A program in which array 3D has 3 groups, each group has 3 students. Each student has a name of no more than 10 letters... He asks for the names of the students and prints each group on a line.
A program that asks the user to enter a sentence with a maximum of 50 characters, and prints the capital number
A program that asks the user to enter a sentence with a maximum of 50 characters, and prints the number of small letters
A program that asks the user to enter a sentence with a maximum of 100 characters, and prints the number of letters, special marks, numbers, and spaces
A program that asks the user to enter a sentence with a maximum of 50 characters, and prints the number of the most frequent characters in the sentence