At the time when I created these projects, I didn't have any prior programming background. I know these projects are fairly easy, but it wasn't easy at the time of course because I was a beginner.
-
في ذلك الوقت التي أنشأت هذه المشاريع فيه ، لم يكن لدي أي خلفية مسبقة عن البرمجة أنا أعلم ان هذه المشاريع سهله إلي حد ما ، ولكنها لم تكن سهلة وقتها بالطبع لأنني كنت مبتدئ
-
Go to the
master
branch, you will find all folders. -
إذهب إلى master's branch ستجد كل الفولدرات
-
Note, These are first-semester projects, meaning that they are suitable for learning before entering the OOP world.
-
ملحوظة هذه مشاريع الفصل الدراسي الاول بمعني أنها مناسبة للتعلم قبل الدخول في عالم ال OOP
-
Note, I made some modifications, such as changing the names of the projects and very, very little syntax
-
If you want to see the code directly without downloading the folder, go to the folder you want, click on it, and then click on the
Program.cs
file. -
إذا كنت تريد الاطلاع علي الكود مباشرة دون تحميل المجلد إذهب إلي المجلد الذي تريده ثم النقر عليه ثم النقر علي ملف Program.cs
-
First Program to me = Arithmetic operations
-
Convert celsius to fahrenheit been using if else statement, conditional operator, nested if else statements, and switch statement.
-
Radius = My favorite project