Jump to content

>>>>> الموضوع العام <<<<<


Recommended Posts

 

List<string> School = new List<string>();
School.Add("Back to school hahahahahahaha");
School.Add("MTA");
School.Add("لعب");
School.Add("PC3");
School.Add("PC4");

School.Add("رياضيات");
School.Add("علوم");
School.Add("احياء");
School.Add("فيزياء");
School.Add("كيمياء");
School.Add("جيولوجيا");
School.RemoveAt(1);
Console.WriteLine(string.Join(Environment.NewLine, School.Where((string item) => item.Length == 3).ToArray()));
Console.ReadKey();

 

Link to comment
7 hours ago, Talis said:

 


List<string> School = new List<string>();
School.Add("Back to school hahahahahahaha");
School.Add("MTA");
School.Add("لعب");
School.Add("PC3");
School.Add("PC4");

School.Add("رياضيات");
School.Add("علوم");
School.Add("احياء");
School.Add("فيزياء");
School.Add("كيمياء");
School.Add("جيولوجيا");
School.RemoveAt(1);
Console.WriteLine(string.Join(Environment.NewLine, School.Where((string item) => item.Length == 3).ToArray()));
Console.ReadKey();

 

خطير انت ي مبرمج القافا .. 

امزح فكرة جميله بس مالها هدف xD 

  • Haha 1
Link to comment
5 hours ago, iMr.WiFi..! said:

@_@ انا للحين ماني عارف من مقتبس من الثاني ,
في تشابه كثير في اللغة @_@ ي ساتر حتى اللغات مقلدة

C اللغة الأم

يمقن الباقي ماشيين عليها لأن  لو تروح تشوف تقريبا كل اللغات تشبه السي

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...