Jump to content

Gardener

Members
  • Content Count

    385
  • Joined

  • Last visited

  • Days Won

    21

Gardener last won the day on February 22 2020

Gardener had the most liked content!

Community Reputation

126 Excellent

3 Followers

About Gardener

  • Rank
    Advanced Member

Recent Profile Visitors

6851 profile views

Single Status Update

See all updates 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)

×