View Single Post
ישן 12-11-07, 10:27   # 3
Ofir|Execute.co.il
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Dec 2005
הודעות: 273
שלח הודעה באמצעות ICO אל Ofir|Execute.co.il

Ofir|Execute.co.il לא מחובר  

בבקשה
קוד:
            int num, num1;
            Console.WriteLine("Enter two numbers:");
            num = int.Parse(Console.ReadLine());
            num1 = int.Parse(Console.ReadLine());
            Console.WriteLine("{0}{1}", num, num1);
            Console.WriteLine("{0}{1}", num1, num);
            Console.WriteLine(num + num1);
__________________
אופיר צ'קון
מנהל חברת האחסון Web-il.Co.il.
פתרונות אינטרנט מתקדמים: שירותי אחסון, דומיינים, ריסיילינג ובנייה ופיתוח אתרים.
אימייל: ofirchakon@gmail.com
אתר: http://www.Web-il.co.il/
  Reply With Quote