Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Re: Experiencing problems w/ Scanner & main, open to any assistance!

    Why does this line appear in the program multiple times?:

    System.out.println("Enter a number or enter 'e' to quit:");

    I see it's partly because you've set up the program to do each part...
  2. Re: Experiencing problems w/ Scanner & main, open to any assistance!

    Perhaps your code formatting is confusing you, but what you describe and what your code says don't match.

    This is what your code says:

    get input
    for other than "e"
    turn input into double...
  3. Re: Experiencing problems w/ Scanner & main, open to any assistance!

    Are you getting errors? Please post those. Also, not sure what you mean about cooperation of main and Scanner. The main() calls a method and steps aside. (Give your methods better names that...
Results 1 to 3 of 3