אשכול: עזרה ב C#
View Single Post
ישן 22-09-06, 10:35   # 5
omaniusd
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 823

omaniusd לא מחובר  

ציטוט:
נכתב במקור על ידי Elad-A
הצלחתי תודה. מה הבעיה בקוד הזה?

PHP קוד:

using System
;
using System.Collections.Generic;
using System.Text;

namespace test
{
    class 
Program
    
{
        static 
void Main(string[] args)
        {
            
char A;

            
Console.WriteLine("test page");
            
Console.WriteLine();
            
Console.Write("enter your name: ");
            
char.Parse(Console.ReadLine());
            
Console.WriteLine("your name is: {0}"A);
            
Console.Read();
        }
    }

זה מציג לי הודעה של "דו"ח שגיאות"
למה יש Console.WriteLine ריק?
  Reply With Quote