class_array = array (
array ("CS122", "Programming Concepts 1","Basic concepts of the PHP language.","B123", "Dr. Abraham Excel", 50), array ("CS123", "Programming Concepts 2","Advanced concepts of the PHP language.", "B123", "Dr. Abraham Excel", 50)
);
لكي تعطيني النتيجة التاليةthe result must be as the following pattern :
item #1:
-CS122
-Programming Concepts 1
-Basic concepts of the PHP language
-B123
-Dr. Abraham Excel
-50
item #2:
-CS123
-Programming Concepts 2
-Basic concepts of the PHP language.
-B123
-Dr. Abraham Excel
-50
السؤال
Samar Al Saidi
كيف ممكن اطبع المصفوفة التالية
class_array = array ( array ("CS122", "Programming Concepts 1","Basic concepts of the PHP language.","B123", "Dr. Abraham Excel", 50), array ("CS123", "Programming Concepts 2","Advanced concepts of the PHP language.", "B123", "Dr. Abraham Excel", 50) );
لكي تعطيني النتيجة التاليةthe result must be as the following pattern :
item #1: -CS122 -Programming Concepts 1 -Basic concepts of the PHP language -B123 -Dr. Abraham Excel -50 item #2: -CS123 -Programming Concepts 2 -Basic concepts of the PHP language. -B123 -Dr. Abraham Excel -50
4 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.