Contact Me



public class ContactMe()
{
  if (am_Available == true)
  {
      Console.WriteLine("Let's talk");
  }
  else
  {
      Console.WriteLine("Get in touch via Karthikeyan.m21@gmail.com");
  }
}

1 comment: