We want to troll our teacher, we want to start a new console window when he inputs something (arbitrary value) invalid.
Is there a way that we could start a new console window from Main?
using System;
using System.Diagnostics;
static void Main(string args)
{
Process.Start();
}