Thread: Need help asap

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    3

    Need help asap

    Write and run a program which gives the dollar amount in change specifically as follows:

    1 - Ask the user total amount in dollar terms e.g. User will input an amount like 1.25 or 1.00 or 4.75

    2 - Ask the user whether the figure be converted to total number of quarters, dimes or nickels? (if the user selects an option number other than the three specified - make sure your program outputs a message telling the user that the option selected is invalid)

    3 - Specify the given amount by the user in terms of quarter or nickels or dimes as directed by the user

  2. #2
    Registered User
    Join Date
    Aug 2005
    Location
    Austria
    Posts
    1,990
    So what is the problem?
    kurt

  3. #3
    Registered User
    Join Date
    Dec 2011
    Posts
    795
    Do you think this is a free homework service? This site is designed to facilitate discussion between programmers in C and C++. You obviously aren't a programmer, nor have you put any effort into the problem itself.

    Either go hire someone formally, or try to solve the problem yourself and ask specific questions here.

  4. #4
    Registered User
    Join Date
    May 2012
    Posts
    3
    if you can't help leave me alone...thanks

  5. #5
    Registered User
    Join Date
    Aug 2005
    Location
    Austria
    Posts
    1,990
    What kind of help did you expect? You didn't ask a question.
    Kurt

  6. #6
    Registered User
    Join Date
    May 2012
    Posts
    3
    that's just it I have to come up with the problem. I have nothing to go off and I have only been doing this for like 4 weeks.

  7. #7
    - - - - - - - - oogabooga's Avatar
    Join Date
    Jan 2008
    Posts
    2,808
    You have to post some code. Do you know how to do anything in C? Can you write, compile, and run a "hello world" program? Do you know what a variable is? Give the assignment a try and post your attempt.
    The cost of software maintenance increases with the square of the programmer's creativity. - Robert D. Bliss

  8. #8
    Registered User
    Join Date
    Dec 2011
    Posts
    795
    Quote Originally Posted by Kelz McClure View Post
    if you can't help leave me alone...thanks
    I would reprimand you for being a little .........., but it looks like you're not getting help from anyone anyway.

    Good luck finding someone in a good mood that'll do your work for you.

  9. #9
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Announcements - C++ Programming
    Read it, read some tutorials (or your book, or your course notes) and start a new thread with some actual effort.

    Or just drop the course.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help asap!!! Please!!!
    By calibean in forum C Programming
    Replies: 11
    Last Post: 07-09-2011, 04:39 PM
  2. Someone Please Help! ASAP!!
    By CB44 in forum C++ Programming
    Replies: 8
    Last Post: 01-17-2011, 01:13 AM
  3. Someone Please Help! ASAP!!
    By CB44 in forum C Programming
    Replies: 1
    Last Post: 01-16-2011, 05:41 PM
  4. Need Help ASAP....
    By Maxwell in forum C++ Programming
    Replies: 16
    Last Post: 09-14-2005, 06:56 PM
  5. i really need help asap
    By dinesh in forum C Programming
    Replies: 1
    Last Post: 04-24-2003, 11:22 PM