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 4 of 4

Thread: help needed again

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post help needed again

    Write a program that allows a user to enter a number of values, the program should then convert the values entered in pounds (GBP) into a number of different currencies. The menu should look something like this:

    1. Enter values and type -1 to stop
    2. Euros
    3. Dollars
    4. Yen
    5. Rupees
    6. Exit

    When 2, 3, 4 or 5 are selected the program should display each value entered in both the original pounds and the converted currency, along with a total of all numbers and converted total.

    Things to think about:
    • How many methods will you need? Work out what functions the code has to do.
    • How will you display the menu?
    • What are you going to do with the numbers entered by the user?


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: help needed again

    Do you have any specific questions about your assignment?
    Please post your code and any questions about problems you are having.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Jan 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: help needed again

    Quote Originally Posted by Norm View Post
    Do you have any specific questions about your assignment?
    Please post your code and any questions about problems you are having.
    i dont understand how to even start the task...

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: help needed again

    Make a list of the steps the program must do. Then work on the steps one by one. If you have problems with the step you are working on, post the code you have and ask your questions.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Help needed here!
    By esplanade56 in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: September 2nd, 2011, 08:51 AM
  2. help!!!! needed!! please
    By isuckatprogramming in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 22nd, 2011, 03:20 PM
  3. help needed
    By The Lost Plot in forum Loops & Control Statements
    Replies: 4
    Last Post: March 16th, 2010, 03:55 AM
  4. [SOLVED] Help needed!
    By subhvi in forum Web Frameworks
    Replies: 4
    Last Post: February 18th, 2010, 09:26 AM
  5. [SOLVED] A little help needed..
    By JavaStudent87 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: January 22nd, 2010, 06:54 PM