Class DemoApp

java.lang.Object
com.calebleavell.textinterface.DemoApp

public final class DemoApp extends Object
This is a simple random number generator. The user inputs the maximum number they want generated, and the program provides a random integer smaller than that number (and greather than 0)
  • Constructor Details

    • DemoApp

      public DemoApp()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Parameters:
      args - The arguments of the program.
      Throws:
      Exception