Telegram Web
Forwarded from "Y"
using System;


namespace ConsoleApplic
{
class Program
{
static void Main(string[] args)
{

#region pro
/*
Console.WriteLine("Enter your name:");
string name = Console.ReadLine();
Console.WriteLine("YOUR NAME IS:" + name);
Console.Write("ENTER YOUR AGE :");
int age = int.Parse(Console.ReadLine());
Console.WriteLine("AGE=" + age);*/
#endregion
#region cond
/*
Console.WriteLine("enter the value for a:");
int a = int.Parse(Console.ReadLine());
Console.WriteLine("enter the value for b:");
int b = int.Parse(Console.ReadLine());

string cond = (a > b) ? "the value a=": "the valueb=b";
Console.WriteLine("the value cond="+ cond);
*/
#endregion
for (int i = 1; i < 10; i++)
{
for (int j = 1; j < 10; j++)
Console.WriteLine("the result= " + i * j);
Console.WriteLine("\t");
}
Console.Read();
}
}
}
Forwarded from "Y"
ASK: Console.WriteLine("Enter the number :");
int num= int.Parse(Console.ReadLine());
while (num % 2 != 0)
{

Console.WriteLine("THE NUMBER IS NOT EVEN:");
goto ASK;
}
Console.WriteLine("THE NUMBER IS EVEN ="+num);
Console.Read();
Forwarded from "Y"
using System;


namespace ConsoleApplic
{
class Program
{
static void Main(string[] args)
{
#region pro
/*
Console.WriteLine("Enter your name:");
string name = Console.ReadLine();
Console.WriteLine("YOUR NAME IS:" + name);
Console.Write("ENTER YOUR AGE :");
int age = int.Parse(Console.ReadLine());
Console.WriteLine("AGE=" + age);*/
#endregion
#region cond
/*
Console.WriteLine("enter the value for a:");
int a = int.Parse(Console.ReadLine());
Console.WriteLine("enter the value for b:");
int b = int.Parse(Console.ReadLine());

string cond = (a > b) ? "the value a=": "the valueb=b";
Console.WriteLine("the value cond="+ cond);
*/
#endregion
#region for
/*
for (int i = 1; i < 10; i++)
{
for (int j = 1; j < 10; j++)
Console.WriteLine("the result= " + i * j);
Console.WriteLine("\t");*/
#endregion
#region while
/*
int i = 0;

do
{
Console.WriteLine("yahya");
i++;
} while (i < 5);
while (i < 10)
{
Console.WriteLine("yahya");
i++;
}
*/
#endregion
#region EVEN OR NOT
/*
ASK: Console.WriteLine("Enter the number :");
int num= int.Parse(Console.ReadLine());
while (num % 2 != 0)
{

Console.WriteLine("THE NUMBER IS NOT EVEN:");
goto ASK;
}
Console.WriteLine("THE NUMBER IS EVEN ="+num);
*/
#endregion
#region arry
/*
int[] number= new []{ 1,2,3,4,5,6,7,8,9};

for (int i = 0; i < number.Length; i++)
{
Console.WriteLine(number[i]);
}
Console.WriteLine("THE LENGTH = "+number.Length);*/
#endregion

Console.Read();
}
}
}
Forwarded from "Y"
using System;


namespace yahya
{
class esmail
{
struct person
{
public string name;
public int age;

}
static void Main()
{
#region pro
/*
Console.WriteLine("Enter your name:");
string name = Console.ReadLine();
Console.WriteLine("YOUR NAME IS:" + name);
Console.Write("ENTER YOUR AGE :");
int age = int.Parse(Console.ReadLine());
Console.WriteLine("AGE=" + age);*/
#endregion
#region cond
/*
Console.WriteLine("enter the value for a:");
int a = int.Parse(Console.ReadLine());
Console.WriteLine("enter the value for b:");
int b = int.Parse(Console.ReadLine());

string cond = (a > b) ? "the value a=": "the valueb=b";
Console.WriteLine("the value cond="+ cond);
*/
#endregion
#region for
/*
for (int i = 1; i < 10; i++)
{
for (int j = 1; j < 10; j++)
Console.WriteLine("the result= " + i * j);
Console.WriteLine("\t");*/
#endregion
#region while
/*
int i = 0;

do
{
Console.WriteLine("yahya");
i++;
} while (i < 5);
while (i < 10)
{
Console.WriteLine("yahya");
i++;
}
*/
#endregion
#region EVEN OR NOT
/*
ASK: Console.WriteLine("Enter the number :");
int num= int.Parse(Console.ReadLine());
while (num % 2 != 0)
{

Console.WriteLine("THE NUMBER IS NOT EVEN:");
goto ASK;
}
Console.WriteLine("THE NUMBER IS EVEN ="+num);
*/
#endregion
#region arry
/*
int[] number= new []{ 1,17,10,11,5,6,7,8,9};

for (int i = 0; i < number.Length; i++)
{
Console.WriteLine(number[i]);
}
Console.WriteLine("THE LENGTH = "+number.Length);
Console.WriteLine("the indeex of number = " + Array.IndexOf(number, 7));
Array.Sort(number);
Array.Reverse(number);
for (int i = 0; i < number.Length; i++)
{
Console.WriteLine(number[i]);

}*/


#endregion
#region array2
/*int[,] arr = new int[3, 3] { { 1, 2, 3 }, { 4, 6, 7 }, { 8, 9, 5 } };
for (int i = 0; i < 3; i++)
{

for (int j = 0; j < 3; j++)
if(i==1&&j==1)
Console.Write("y");
else
Console.Write("*");
Console.WriteLine();
}*/
#endregion
#region arry sum
/*
int[] arr = { 2, 3, 4, 5, 6 ,5};
int sum = 0;

for (int i = 0; i < arr.Length; i++)
sum += arr[i];
Console.WriteLine("the sum=" + sum);
*/
#endregion
#region foreach
/*

int[] arr = { 2, 3, 4, 5 };
foreach (int i in arr)
Console.WriteLine(i);*/
#endregion
#region
/*
person p = new person();
Console.WriteLine("Enter your name ! ");
p.name = Console.ReadLine();
Console.WriteLine("Enter your age ! ");
p.age = int.Parse(Console.ReadLine());
Console.WriteLine("your name is :" + p.name +" and your age is: " + p.age);
*/
#endregion


Console.Read();
}
}
}
بســـــــــم اللــه الــــرحـــــمــن الـــــرحـيـــــــم

🗒️ *تــعــميـــــــــم* 🗒️

يبـدأ الفصل الثاني للعـــام الجامعــــي1443هـ/ 2022م بجـــــامعة البيضــــاء في كــــافة كليــاتها ومعـــهد التعليـــــم المســــتمر بتـاريخ(18رجب1443هـ ) الموافـــق(19فبراير2022م)

*والله الموفق...*

*صادر عن جامعة البيضاء بتاريخ8 رجب 1443هـ الموافق9 فبراير 2022م*

ــــــــــــــــــــــــــــــ

★← معاً نرتقي بالتعليم الجامعي لنبني اليمن →★
👁 ​​لمشاهدة المزيد من أخبار ومستجدات التعليم الجامعي تابعونا على​​​ قناة التلجرام المركزية لملتقى الطالب الجامعي.
1-جامعة البيضاء |USF
https://www.tgoop.com/USFAlbaydha
2-المعاهد الطبية
https://www.tgoop.com/joinchat-AAAAAEju9jAPCVeeEMAehw
واتساب :
https://chat.whatsapp.com/IXCOty6JTKIFdYWLhS41cp

أو صفحة الفيسبوك الوحيدة لملتقى الطالب الجامعي بجامعة البيضاء:
https://www.facebook.com/pg/%D9%85%D9%84%
📞للتواصل أو الإستفسار على الا رقام التالية
777945034
738581567

#اللجنة_الإعلامية_المركزية
#ملتقى_الطالب_الجامعي.
#جامعة_البيضاء.
ملتقى الطالب الجامعي
🔰 وعي وتأهيل 🔰
افضل قناة في التليجرام تهتم بدورات لغات البرمجه باكثر من لغة
شرح تقنيات جديده في عالم الحاسوب
شرح مواضيع متعلقه بالحاسوب
اشترك في قناتنا يوتيوب
TOP -TECH
ولاتفوتك الفرصة
واليكم بعض الفديوهات وغيرها وغير
اليكم بعض العناوين
هيكلية تصميم الصفحة وتصميم الهيدر للصفحة (1)
https://youtu.be/H4Ve1yyt3Kc

تحميل وتنصيب لغة البرمجة استيديو فيوجل Visual studio
https://youtu.be/nWZdy_2S4h4


انشاء مشروع وملف html لبرمجة صفحات الانترنت والتعرف على الاجزاء الرئيسية لملف html
https://youtu.be/L4VKzC4wy7g

واليكم دورة برمجة وتطوير صفحات الانترنت يوتيوب
https://youtube.com/playlist?list=PLpudV5vCRuI0QhbwwUv74XpvB8GkQIT7v

كل ما يهمك تجدة هنا في قناتنا تيليجرام
https://www.tgoop.com/toptech11
وقناتنا اليوتيوب واي شي في بالك بامكانكم طرحة في التعلقات يوتيوب
او التواصل عبر الرابط في وصف القناة تيليجرام للمهندس م. اسماعيل الشرعي
@toptech11

قناة سي شارب
@cplus2
شارك هذا المنشور ليستفيد الجميع
ما هي لغة C# (سي شارب)؟
هي لغة برمجة مستلهمه من لغة Java حيث ان بين اللغتين تطابق كبير جدا . الا ان لغة C# تفوقت على الجافا في بعض الجوانب.
أنتجت من قبل شركة مايكروسوفت في عام 2000 تزامنا مع الإعلان عن بيئة العمل .NET
من مزايا لغة C#:
- لغة تجمع صفات كل من C و Visual Basic و C++ و Java
- لغة كائنات (Objects) كما في لغة Java
- اعتمادها على بيئة .NET والتي تمنحها خاصية Runtime
- بسيطة التعلم حيث تحتوي على 80 كلمة محجوزة فقط (Keyword) و12 نوع من انواع البيانات (datatypes)
- التطوير المستمر للغة
- متعددة المنصات
- متعددة بيئات العمل
ماذا يمكنك ان تبرمج في لغة C#:
- desktop applications
- web services
- client-server applications
- database applications
- phones applications (Android, IOS, WindowsPhone)
- 3D games for almost all platforms (PlayStation, Xbox, Wii, PC, Android, IOS, .....)
- and much more
لستات دعم القنوات بالمتابعين ونشر الاعلانات
www.tgoop.com/alhamzys
°°
"وديني دِينُ عِزٍّ لستُ أدري

              ‏أذِلّةُ قومِنا مِنْ أَينَ جاؤُوا؟!"
@alhamzy_jihad
لمن يرغب بزيادة عدد متابعين قناة تيليجرام اويوتيوب واتساب او حسابة في مواقع التواصل الاجتماعي فيسبوك تكتوك تويتر سناب لايكي قن
او نشر اعلاناتكم بكافة اشكالها وانواعها وبارخص الاسعار تواصل معانا عبر الرابط
@alhamzyking
او عبر بوت التواصل
@alhamzyking1bot

#ملاحظة عند التواصل معانا قم بطرح طلبك كاملا لكي نعرف ماذا تريد بالضبط ..بسبب كثرة الرسائل الواردة الينا...شكرا لكم
@alhamzys
Channel name was changed to «قناة تعلم لغة سي شارب برمجة تصميم واجهات سي بلس بلس جافا سكربت تطبيقات شروحات بي دي اف»
اعلان ممول قناة للكشف عن بعد وفك السحر المس العين جلب الحبيب رد المطلقة زواج العانس عقد اللسان كشف المستقبل
ملاحظة:(الكشف مجاني)قناة جديدة

https://www.tgoop.com/spiritualsheikhruhallah
2024/09/24 01:34:02
Back to Top
HTML Embed Code: