public static void main(String[] args) {
   Main sky = new Main();
   sky.Analyze();
   sky.Output();
 }