public static void Main()
Console.WriteLine("האם נאים החדרים בעיניך?");
bool w=bool.Parse(Console.ReadLine());
Console.WriteLine("האם נאה המטבח בעיניך?");
bool e=bool.Parse(Console.ReadLine());
Console.WriteLine("האם נאה המסדרון בעיניך?");
bool r=bool.Parse(Console.ReadLine());
bool l= DiraLehaskir (w,e,r,o);
Console.WriteLine("שב איתנו");
public static bool DiraLehaskir (bool w,bool e,bool r,bool o){
if(w==true&&e==true&&r==true){