Search:

Type: Posts; User: Sean4u

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    1,557

    [SOLVED] Re: changing datatype failure

    I'm glad you believe the exercise is successfully completed. Let's hope your teacher feels the same way :D
  2. Replies
    11
    Views
    1,557

    [SOLVED] Re: changing datatype failure

    If that's an Eclipse error, it's a bit misleading. Java can convert from double to int, it just won't do it implicitly (without you telling it to do it). I think the error message from the ordinary...
  3. Replies
    11
    Views
    1,557

    [SOLVED] Re: changing datatype failure

    Can you explain what

    is doing? What happens if you remove the cast to double?
  4. Replies
    11
    Views
    1,557

    [SOLVED] Re: changing datatype failure

    That's a funny-looking compiler error. What are you compiling that with? Did you write the Keyboard class?

    Is this a copy of the code in your book, or did you add something to some code that...
  5. Replies
    11
    Views
    1,557

    [SOLVED] Re: changing datatype failure

    Can you copy and paste the error message you got?
  6. Replies
    11
    Views
    1,557

    [SOLVED] Re: changing datatype failure

    This looks familiar!
    http://www.javaprogrammingforums.com/java-theory-questions/10683-total-noob-question.html

    Are you two taking the same class?
Results 1 to 6 of 6