Search:

Type: Posts; User: Mugambbo

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,339

    Re: Factorial Test Program

    @Phendrickson, if you had caught the exception (InputMismatchException) in a try catch block, it wouldn't have displayed this exception, but rather, any string of your choosing.
  2. Replies
    8
    Views
    1,339

    Re: Factorial Test Program

    Study the try-catch block and the exceptions thrown by primitives e.g. int and arrays, so that you can tackle this assignment head on. You're pretty close to getting it, the try-catch block is all...
Results 1 to 2 of 2