public static void Main()
Console.WriteLine("please enter your tempreture");
double tempreture = Convert.ToDouble(Console.ReadLine());
Console.WriteLine("please enter press 'Y' if you had direct contact with COVID 19 patient");
Console.WriteLine("otherwise any other letter ");
string contactedPatient = Console.ReadLine();
if (tempreture >= 37.8) || (contactedPatient == "Y"));
Console.WriteLine("please do a COVID 19 Test");
Console.WriteLine("No need to a COVID 19 Test");