BEGINPROGRAMMER Telegram 466
إ₰...👨🏻‍💻..👩🏻‍💻...₰❥

لقراءة المعطيات الرقمية استخدم الكود التالي:
Console.Write ("Your Age Please: ");
int age = int.Parse(Console.ReadLine( ));

#OR_use....

int age = Convert.Toint32 (Console.ReadLine( ));
Console.Write ("Your Age is " + age);


#اولآ : بإمكانك تحويل العبارات النصية التي يقرأها هذا الامر إلى نوع آخر وذلك باستخدام الفئة Convert...

string s = Console.ReadLine();

1- int i = Convert.ToInt32(s);
//convert to int..

2- long l = Convert.ToInt64(s);
// convert to long..


3- float f = Convert.ToSingle(s);
// convert to float..


4- double d =
Convert.ToDouble(s);
// convert to double..


5- decimal c =
Convert.ToDecimal(s);
// convert to decimal..


#ثانيآ : كما يمكن استخدام الطريقة Parse:

1- Long A = Int64.Parse(s)
// convert to long..

2- float A = Single.Parse(s)
// convert to float..

3- Decimal A = Decimal.Parse(s)
// convert to decimal..

4- double A = double.Parse(s)
// convert to double..

4- int A = int.Parse(s)
// convert to int..

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



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

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

لقراءة المعطيات الرقمية استخدم الكود التالي:
Console.Write ("Your Age Please: ");
int age = int.Parse(Console.ReadLine( ));

#OR_use....

int age = Convert.Toint32 (Console.ReadLine( ));
Console.Write ("Your Age is " + age);


#اولآ : بإمكانك تحويل العبارات النصية التي يقرأها هذا الامر إلى نوع آخر وذلك باستخدام الفئة Convert...

string s = Console.ReadLine();

1- int i = Convert.ToInt32(s);
//convert to int..

2- long l = Convert.ToInt64(s);
// convert to long..


3- float f = Convert.ToSingle(s);
// convert to float..


4- double d =
Convert.ToDouble(s);
// convert to double..


5- decimal c =
Convert.ToDecimal(s);
// convert to decimal..


#ثانيآ : كما يمكن استخدام الطريقة Parse:

1- Long A = Int64.Parse(s)
// convert to long..

2- float A = Single.Parse(s)
// convert to float..

3- Decimal A = Decimal.Parse(s)
// convert to decimal..

4- double A = double.Parse(s)
// convert to double..

4- int A = int.Parse(s)
// convert to int..

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

BY بدايه مبرمج


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

View MORE
Open in Telegram


Telegram News

Date: |

More>> Hui said the messages, which included urging the disruption of airport operations, were attempts to incite followers to make use of poisonous, corrosive or flammable substances to vandalize police vehicles, and also called on others to make weapons to harm police. To view your bio, click the Menu icon and select “View channel info.” Joined by Telegram's representative in Brazil, Alan Campos, Perekopsky noted the platform was unable to cater to some of the TSE requests due to the company's operational setup. But Perekopsky added that these requests could be studied for future implementation.
from us


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