BEGINPROGRAMMER Telegram 453
إ₰ـــــ👨🏻‍💻👩🏻‍💻ــــ₰❥

مثال توضيح معني المتغيرات variable :


using System;
namespace _2_variabal
{
class Program
{
static void Main(string[] args)
{

Console. WriteLine("hello c#");

//Variable Declaration
int number;
string text;
bool test;
DateTime myDate;
double number2;


//Assignment Operator.
number=8;
text= "Hamza";
test=false ;
myDate= DateTime.Now;
number2=5.54;
Console.Write("Date"+myDate);

Console.ReadKey( );
}
}
}


•┈┈┈•❈••✦✾✦••❈•┈┈┈•
•┈┈┈•❈••✦✾✦••❈•┈┈┈•


نلاحظ ان اسماء المتغيرات كلها تحتها سطر اخضر هذا يعني المتغير تم الاعلان عنه لكنه لم يستعمل بعد……


#طريقة_اسناد_القيم………

number=8;
هنا تم تخزين القيمة في المتغير الرقمي اللي سمعيناه number

Text= "Hamza" ;
النص يكون بين مزدوجتين

test=false ;
اسناد 0 او 1 للتعبيرات المنطقية bool


myDate= Date.Time.Now ().;
تهيئة تاريخ اليوم


Number2=5.54;
اسناد قيمة عشرية……



tgoop.com/beginprogrammer/453
Create:
Last Update:

إ₰ـــــ👨🏻‍💻👩🏻‍💻ــــ₰❥

مثال توضيح معني المتغيرات variable :


using System;
namespace _2_variabal
{
class Program
{
static void Main(string[] args)
{

Console. WriteLine("hello c#");

//Variable Declaration
int number;
string text;
bool test;
DateTime myDate;
double number2;


//Assignment Operator.
number=8;
text= "Hamza";
test=false ;
myDate= DateTime.Now;
number2=5.54;
Console.Write("Date"+myDate);

Console.ReadKey( );
}
}
}


•┈┈┈•❈••✦✾✦••❈•┈┈┈•
•┈┈┈•❈••✦✾✦••❈•┈┈┈•


نلاحظ ان اسماء المتغيرات كلها تحتها سطر اخضر هذا يعني المتغير تم الاعلان عنه لكنه لم يستعمل بعد……


#طريقة_اسناد_القيم………

number=8;
هنا تم تخزين القيمة في المتغير الرقمي اللي سمعيناه number

Text= "Hamza" ;
النص يكون بين مزدوجتين

test=false ;
اسناد 0 او 1 للتعبيرات المنطقية bool


myDate= Date.Time.Now ().;
تهيئة تاريخ اليوم


Number2=5.54;
اسناد قيمة عشرية……

BY بدايه مبرمج


Share with your friend now:
tgoop.com/beginprogrammer/453

View MORE
Open in Telegram


Telegram News

Date: |

Channel login must contain 5-32 characters It’s easy to create a Telegram channel via desktop app or mobile app (for Android and iOS): So far, more than a dozen different members have contributed to the group, posting voice notes of themselves screaming, yelling, groaning, and wailing in various pitches and rhythms. Telegram Channels requirements & features Developing social channels based on exchanging a single message isn’t exactly new, of course. Back in 2014, the “Yo” app was launched with the sole purpose of enabling users to send each other the greeting “Yo.”
from us


Telegram بدايه مبرمج
FROM American