אשכול: עזרה ב C#
View Single Post
ישן 22-09-06, 10:09   # 4
Elad-A
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 1,987

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();
        }
    }

זה מציג לי הודעה של "דו"ח שגיאות"
  Reply With Quote