הרשם שאלות ותשובות רשימת חברים לוח שנה הודעות מהיום

חזור   הוסטס - פורום אחסון האתרים הגדול בישראל > עיצוב גראפי, תכנות על כל שפותיו וקידום ושיווק אתרים > פורום תיכנות

   
|!|

 
 
כלים לאשכול תצורת הצגה
Prev הודעה קודמת   הודעה הבאה Next
ישן 12-11-07, 12:48   # 6
JSC
חבר חדש
 
מיני פרופיל
תאריך הצטרפות: Feb 2006
הודעות: 29

JSC לא מחובר  

לסכום הספרות:

HTML קוד:
using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            int num1, num2;
            Console.WriteLine("enter a number between 1-9: ");
            num1 = int.Parse(Console.ReadLine());
            Console.WriteLine("enter a number between 1-9: ");
            num2 = int.Parse(Console.ReadLine());
            Console.WriteLine("the first possible number is: {0}{1}",num1,num2);
            Console.WriteLine("the second possible number is: {0}{1}", num2, num1);
            Console.WriteLine("the sum is: {0}",num1+num2);
        }
    }
}
לסכום המספרים:

HTML קוד:
using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            int num1, num2,sum1,sum2;
            Console.WriteLine("enter a number between 1-9: ");
            num1 = int.Parse(Console.ReadLine());
            Console.WriteLine("enter a number between 1-9: ");
            num2 = int.Parse(Console.ReadLine());
            sum1 = num1 * 10 + num2;
            sum2 = num2 * 10 + num1;
            Console.WriteLine("the first possible number is: {0}",sum1);
            Console.WriteLine("the second possible number is: {0}",sum2);
            Console.WriteLine("the sum is: {0}",sum1+sum2);
        }
    }
}
__________________
ניסו ...:P

Last edited by JSC; 12-11-07 at 12:56..
  Reply With Quote
 

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 


חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


כל הזמנים הם GMT +2. הזמן כעת הוא 19:14.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ