Search:

Type: Posts; User: MES Enterprises LLC

Search: Search took 0.09 seconds.

  1. So the only value in the line is "Yellow"? Why...

    So the only value in the line is "Yellow"? Why wouldn't you use ---------------------------------------------

    MES Enterprises, LLC
  2. Replies
    2
    Views
    1,638

    Hmm... I'd say, stick with doing all the...

    Hmm... I'd say, stick with doing all the problems, in life you can't pick and choose projects, you need to be able to do it all.

    Don't lose heart, persistence is the key. Maybe learn another...
  3. In eclipse, you just export the project as a...

    In eclipse, you just export the project as a runnable jar, and include the dependencies... I never had an issue when I did that.
  4. Please elaborate... What are you trying to do?...

    Please elaborate...

    What are you trying to do? I'm sure there is a way, I just don't know what you're asking.
  5. Replies
    3
    Views
    1,684

    What exactly are you looking for in a teacher? ...

    What exactly are you looking for in a teacher? I'd suggest that you get a good Java book and go through the exercises.

    What other development experience do you have? Starting from scratch or do...
  6. Replies
    1
    Views
    852

    What are you in need of? Ask away.

    What are you in need of? Ask away.
  7. Replies
    1
    Views
    911

    Welcome, and ask away... I believe I can speak...

    Welcome, and ask away... I believe I can speak for all of us in here that your questions are welcome. Though I don't write code FOR you, as you cannot learn from people doing your code, but I will...
  8. Replies
    1
    Views
    1,167

    WELCOME!!!

    WELCOME!!!
  9. Well, I would actually pass floats (and return)...

    Well, I would actually pass floats (and return) instead of ints, unless you need even further precision, where doubles would be used. But again three methods would be written in my solution.
  10. Ok, that seems like a pretty straight forward...

    Ok, that seems like a pretty straight forward assignment... What I would do:

    1. Write a method that reads that users input;
    2. Write a method that does that calculation, per the requirements;...
  11. Replies
    12
    Views
    2,079

    [SOLVED] That's exactly what I was thinking...though I was...

    That's exactly what I was thinking...though I was thinking about a ListSet.
  12. Replies
    1
    Views
    1,330

    Let me be the first to welcome you to the...

    Let me be the first to welcome you to the forum... Ask your questions, I am sure you will get what you seek.
  13. Sorry misread... As started before iterate...

    Sorry misread... As started before iterate through one of the vectors and compare against the contents of the other.

    Michael.
  14. Replies
    2
    Views
    1,872

    The issue hire you are printing out your list......

    The issue hire you are printing out your list... You will need to iterate through each element of the list, the single System.out.println(propids) will not iterate, but will print what you see......
  15. Replies
    2
    Views
    1,880

    Hello... Sorry, I am using a mobile app to access...

    Hello... Sorry, I am using a mobile app to access this forum, and I am not in the 'mood'to go to my desktop to analyze your source, so could you please clarify what you are intending to do, so I can...
  16. Hello... The reason that method A works is...

    Hello... The reason that method A works is because it is modifying a variable that is in scope for that life of the method, and modifying the value in the reference of temp... In method B, the...
Results 1 to 16 of 16