Class Main


public class Main extends Object
(The User Interface) This contains the public static void main method It is responsible for the infinite while loop that keeps the program running, asking the user for input via Scanner, and catching any errors if the user does something wrong
Author:
Dharma Vyas, Kamron Mason, Drew Belloff
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)