Thread: currency converter

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    1

    currency converter

    Hi everyone,

    I badly need help to write a c++ program to convert from Australian dollars($50.00) to euro.

    The program first asks the user to enter the exchange rate( for example .5706) between australian dollars and euros, then uses a while loop to read in a series of dollar values and convert each Australian dollar to Euro.

    Entering a zero value terminates the while loop and the program.

    I rely on yr kind cooperation for helping me out...Plzzzz!

    Thanks
    Shalinee.

  2. #2
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    No one will make your homework, you should try resolving it by yourself, getting in troubles? ask in the forum.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Currency Converter - stream pull
    By verbity in forum C# Programming
    Replies: 3
    Last Post: 10-18-2008, 05:29 PM
  2. converter currency in C
    By MyRedz in forum C Programming
    Replies: 7
    Last Post: 10-16-2008, 10:39 PM
  3. Basic C Help - Currency Converter
    By liljp617 in forum C Programming
    Replies: 9
    Last Post: 09-07-2008, 10:12 PM
  4. Newbie Help: Currency Converter
    By Ashfury in forum C Programming
    Replies: 10
    Last Post: 11-06-2005, 01:21 PM
  5. Currency Converter
    By mikmac in forum C Programming
    Replies: 3
    Last Post: 06-10-2003, 11:50 PM