public static void Main()
Console.WriteLine("שם משתמש");
string UN = Convert.ToString(Console.ReadLine());
if (UN == "rorcraftyt@gmail.com")
Console.WriteLine("סיסמה");
string PW = Convert.ToString(Console.ReadLine());
Console.WriteLine(PW[5]);
Console.WriteLine("שם פרטי של הקונה");
string Buyer = Convert.ToString(Console.ReadLine());
Console.WriteLine("אורך השטח");
int x = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("רוחב השטח");
int z = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("(גובה השטח(כולל גובה תת קרקעי");
int y = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("(צורך השטח(בית / חווה / חנות");
string Needed = Convert.ToString(Console.ReadLine());
double a = (x * 11) + (z * 11) + (y * 4);
else if (Needed == "חנות")
else if (Needed == "חווה")
Console.WriteLine("---הערה---סוג שטח לא תקין---נא לפתוח קנייה מחדש---");
int Price = Convert.ToInt32(a1);
double PPB = Price / xyz;
string Code = Convert.ToString(xyz) + Convert.ToString(PPB) + Convert.ToString(Taks) + Convert.ToString(Price) + (PW[5]);
Console.WriteLine("=====-=============-====-========-============");
Console.WriteLine("---עונה 5 SurvivalCity קבלה עבור שטח---");
Console.WriteLine("---מאושר ע'י הגורמים הרלוונטים---");
Console.WriteLine("---לפניות ולשאלות: 0-50-95-95-965---");
Console.WriteLine("שם הקונה: " + Buyer);
Console.WriteLine("אורך השטח הנקנה: " + x);
Console.WriteLine("רוחב השטח הנקנה: " + z);
Console.WriteLine("גובה השטח הנקנה: " + y);
Console.WriteLine("---תשלום ראשוני בעבור השטח: " + Price + " מטילי ברזל---");
Console.WriteLine("---מסים שבועיים בעבור השטח: " + Taks + " מטילי ברזל--");
Console.WriteLine("גודל כולל של שטח: " + xyz);
Console.WriteLine("---" + Code + "---");
Console.WriteLine("---קיבלת שירות ע'י " + Name + " " + (PW[5]) + "---");
Console.WriteLine("----יש לשמור על קבלה זו----לא לשכפול----");
Console.WriteLine("=-========-=================-=============-===");
Console.WriteLine("יש לשלוח את כל הטקטס בין כל הסימונים '==', אין להחסיר אף פרט ואין לשתכב ו/או לשכפל קבלה, יש לשמור את הטקסט המלא ברישום מלא שיימצא במאגר העירייה");
Console.WriteLine("שם משתמש או סיסמה שגויים");
Console.WriteLine("שם משתמש או סיסמה שגויים");