public static void Main()
Console.WriteLine("Pros VS Cons of Online Learning");
Console.WriteLine(new String ('_',76));
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "|Pros:", "|Cons:", "|");
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "|", "|", "|");
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "|-Can be done from anywhere", "|-Easier to get distracted", "|");
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "|-Can eat whenever you want, not", "|-You could get internet errors", "|");
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "| only at lunch", "|", "|");
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "|-You can work whenever you want to", "|-Lacks hands-on activities", "|");
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "|-Easier to cheat", "|-Can't meet up with friends", "|");
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "|-It allows you to be more flexible", "|-Certain universities prefer in-class", "|");
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "| with your studies", "| learning on your application", "|");
Console.WriteLine("{0,-35}{1,-40}{2,-10}", "|", "|", "|");
Console.WriteLine("|__________________________________________________________________________|");