Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: please help with if-else statement, loops and beginner stuff

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post please help with if-else statement, loops and beginner stuff

    nvmasdfsdfsfasdfasdfsdf
    Last edited by javabeg123; December 6th, 2011 at 08:25 PM.


  2. #2
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: please help with if-else statement, loops and beginner stuff

    Single = is assingment. Double = is comparison.

    No we are not going to fix it for you. We can offer you answers and advice so you can fix it yourself. What specific problem do you have? If you ask a specific question we can provide a specific answer. "It doesn't work?", "What should I do?" are not specific.
    Improving the world one idiot at a time!

  3. #3
    Junior Member
    Join Date
    Dec 2011
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: please help with if-else statement, loops and beginner stuff

    thank you for replying
    how do i find the user's weight ?
    should i use a loop or if-else statement ?

  4. #4
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: please help with if-else statement, loops and beginner stuff

    Quote Originally Posted by javabeg123 View Post
    how do i find the user's weight ?
    By using the equation provided.
    should i use a loop or if-else statement ?
    A loop does something over andover again. How many times do you want to calculate the users weight?
    Improving the world one idiot at a time!

  5. #5
    Junior Member
    Join Date
    Dec 2011
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: please help with if-else statement, loops and beginner stuff

    just one time
    this program is too advance for my level
    i've been thinking about this for 2days now and still cant figure it out
    can you give me some advice?

  6. #6
    Member
    Join Date
    Oct 2011
    Posts
    40
    My Mood
    Stressed
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default Re: please help with if-else statement, loops and beginner stuff

    I guess you no longer need help, since you obscured the original post.

Similar Threads

  1. [SOLVED] (beginner) Switch Statement
    By georgewbw in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 11th, 2011, 11:18 PM
  2. how to make program of Depreciation using if statement and loops
    By Pulsifier in forum What's Wrong With My Code?
    Replies: 5
    Last Post: June 16th, 2011, 11:23 PM
  3. strong stuff
    By DarkRoast in forum Member Introductions
    Replies: 1
    Last Post: December 27th, 2010, 10:02 PM
  4. Loops only on the first statement
    By Liuric in forum What's Wrong With My Code?
    Replies: 4
    Last Post: October 2nd, 2010, 07:36 AM
  5. VB can do stuff Java can`t ??
    By JFujy in forum Java Theory & Questions
    Replies: 2
    Last Post: September 22nd, 2009, 10:25 AM