public static void Main()
Console.WriteLine("Pros and Cons of Online Learning:");
Console.WriteLine("Pros" + new String (' ',40)+"Cons");
Console.WriteLine(new String ('-',110));
Console.WriteLine("{0}{1,-32}{2}","Can sleep in"," ","No social interaction");
Console.WriteLine("{0}{1,-24}{2}","Don't have to travel"," ","Not everyone has access to the same technology");
Console.WriteLine("{0}{1,-20}{2}","Funny technology mishaps"," ","Technology issues that can get annoying");
Console.WriteLine("{0}{1,-16}{2}","No uniform/can wear whatever"," ","Can get boring");
Console.WriteLine("{0}{1,-23}{2}","Easy to procrastinate"," ","Easy to procrastinate");
Console.WriteLine("{0}{1,-15}{2}","From the comfort of your home"," ","Teams waiting room");
Console.WriteLine("{0}{1,-20}{2}","Infinate washroom breaks"," ","Large ammounts of background noise");
Console.WriteLine("{0}{1,-13}{2}","Stay in during the cold weather"," ","Good luck with gym class/any other class that involves hands on activities");
Console.WriteLine("{0}{1,-20}{2}","Faster computers at home"," ","Internet problems preventing you from joining the class altogether");
Console.WriteLine("{0}{1,-43}{2}"," "," ","No after school activities");
Console.WriteLine("{0}{1,-43}{2}"," "," ","The 30 minute asynchronous period: a complete waste of time");