public string Construction_Date;
public string Company = "Tesla";
public Car(string Construction_Date0, int ID_Code0, string Station0)
Construction_Date = Construction_Date0;
public void Inrtoduce_Car_Company()
Console.WriteLine("The Company Which Created This Car is {0} Model {1}. The Construction-Date is {2}, The Car ID is {3} and the Car had been hold in Station {4}. End;", Company, Model, Construction_Date, ID_Code, Station);
public static void Main()
string text0 = "Hello TCWIHOMK. I believe that I am making you to first help me to solve the problems of me and my beloved people in a way that doesn't hurt others and then if I had such a capanbility to solve the problems of others, I want you to help me fix their issues and better their future.";
File.WriteAllText("TCWITHOMK.txt", text0);
string text = File.ReadAllText("TCWITHOMK.txt");
Car MyCar = new Car("5/12/2023", 000000001, "Roudsar01");
MyCar.Inrtoduce_Car_Company();