عرض مشاركة واحدة
قديم 19-12-2003, 09:36 PM   #1
جروح تبتسم
( عضو دائم ولديه حصانه )


الصورة الرمزية جروح تبتسم
جروح تبتسم غير متواجد حالياً

بيانات اضافيه [ + ]
 رقم العضوية : 2326
 تاريخ التسجيل :  08 2002
 أخر زيارة : 07-06-2006 (01:48 PM)
 المشاركات : 2,518 [ + ]
 التقييم :  10
لوني المفضل : Cadetblue
ممكن صوت الشباب



class cartoons
{
public static void main(String args[])
{
String [][] cartoons=
{
{"Flintstones","fred","wilma","pebbles","dino"},
{"rubbles","barney","betty","bam bam"},
{"jetsons","george","jane","elroy","judy","rosie","astro"},
{"scooby doo gang","scooby doo","shaggy","velam","fred","daphne"}
};
System.out.println("FLINTSTONES: Fred Wilma Pabbles Dino");
System.out.println("RUBBLES: Barney Betty Bam Bam");
System.out.println("JETSONS: George Jane Elroy Judy Rosie Astro");
System.out.println("SCOOBY DOO GANG: George Jane Elroy Judy Rosie Astro");

.هذي أنا كتبتها ممكن تكون غلط

}
}

FLINTSTONES: Fred Wilma Pabbles Dino
RUBBLES: Barney Betty Bam Bam
JETSONS: George Jane Elroy Judy Rosie Astro
SCOOBY DOO GANG: George Jane Elroy Judy Rosie Astro
Press any key to continue...
المصدر: نفساني



 

رد مع اقتباس