Jump to content

Gardener

Members
  • Content Count

    385
  • Joined

  • Last visited

  • Days Won

    21

Status Updates posted by Gardener

  1. System.out.print("Enter an amount of cents in the range 0 to 100: ");

    Input = scan.nextInt();

    >Enter an amount of cents in the range 0 to 100: FUCKYOUFUCKINGFUCK

    >Exception in thread "main" java.util.InputMismatchException
        at java.util.Scanner.throwFor(Unknown Source)
        at java.util.Scanner.next(Unknown Source)
        at java.util.Scanner.nextInt(Unknown Source)
        at java.util.Scanner.nextInt(Unknown Source)
        at Task5.main(Task5.java:14)

  2. Welcome to Epsilon, newcomers. :)

×