tgoop.com/beginprogrammer/473
Create:
Last Update:
Last Update:
إ₰...👨🏻💻CODE👩🏻💻...₰❥
طباعة أكثر من عبارة نصية بلغة ال#C
using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
namespace CSharp
{
public static class Program
{
public static void Main()
{
string name = "Csharp";
Console.Write ("CODE " + name);
}
}
}
•┈┈┈•❈••✦✾✦••❈•┈┈┈
•┈┈┈•❈••✦✾✦••❈•┈┈┈•
إ₰...Output....₰❥
CODE Csharp
معامل الجمع (إشارة +) قد تستخدم للجمع وقد تستخدم
للربط بين النصوص
سيفهم مع مرور الأكواد بإذن الله.
BY بدايه مبرمج
Share with your friend now:
tgoop.com/beginprogrammer/473