public static void Main()
string name = "Cameron Rebelo";
Console.WriteLine("Pros and Cons of Online Learning");
Console.WriteLine("Pros:");
Console.WriteLine("Students are able to have more flexability and are able to sleep in longer.");
Console.WriteLine("I find the classroom setting easier to learn within as it is more involving and feels more dirrected and organized.");
Console.WriteLine("Cons:");
Console.WriteLine("Students lack the social aspects of school such as seeing their friends, school events, and sports/intermurals at St.Davids.");
Console.WriteLine("I also find it harder to pay attention to online class as there are many distractions when not in the classroom.");
bool isonlineclassfun = false;
Console.WriteLine(isonlineclassfun);