Search:

Type: Posts; User: ravens199

Search: Search took 0.01 seconds.

  1. Replies
    29
    Views
    6,710

    Ok, I used one of Malcom's fixes to correct the...

    Ok, I used one of Malcom's fixes to correct the mis-typing error. Thanks to everyone who helped, I appreciate it.

    Chris
  2. Replies
    29
    Views
    6,710

    Ok, so what do we agree is the final verdict? ...

    Ok, so what do we agree is the final verdict? I've already established in my first post that I am not a programmer, I am an Industrial Engineer who took an entry level C++ class as an elective, and...
  3. Replies
    29
    Views
    6,710

    I appreciate your help, but the 1000 level class...

    I appreciate your help, but the 1000 level class i'm in would look at me funny if i showed up with week 10 stuff in my code when he hasnt even taught it yet. Thanks for everything, everyone!!
  4. Replies
    29
    Views
    6,710

    Ok, I'm back with a completed program, except one...

    Ok, I'm back with a completed program, except one thing doesnt work. I've added option 9; the user can quit by choosing 9. That works fine, but everything else typed other than 1-9 ends the program....
  5. Replies
    29
    Views
    6,710

    The do-while worked like a champ, thanks everyone...

    The do-while worked like a champ, thanks everyone on both threads who helped!
  6. Replies
    29
    Views
    6,710

    Which type of loop would be best?

    Which type of loop would be best?
  7. Replies
    29
    Views
    6,710

    I would want my program to say something like...

    I would want my program to say something like "Invalid entry. Please choose y/n" if anything other than y or n was typed.

    As for my syntax, I can see how it should be the same, but I'm an...
  8. Replies
    29
    Views
    6,710

    I guess this program is written assuming that the...

    I guess this program is written assuming that the user can read, and 'y' or 'n' are the only options he/she has.

    In reference to my indentation, what is wrong with it? I've always been told that...
  9. Replies
    29
    Views
    6,710

    Need help looping this switch statement

    OK, so I wrote the program the way Elysia suggested, and it works great. Now, after the number is converted, i want to ask the user if they want to convert another value. If they type 'y' or 'Y', it...
  10. Replies
    23
    Views
    6,157

    OK, need help looping this switch statement

    OK, so I wrote the program the way Elysia suggested, and it works great. Now, after the number is converted, i want to ask the user if they want to convert another value. If they type 'y' or 'Y', it...
  11. Replies
    23
    Views
    6,157

    I think a switch seems the best, because if I add...

    I think a switch seems the best, because if I add 5 more options, i can just add 5 more cases to the switch and not have to worry about changing all of the if statements
  12. Replies
    23
    Views
    6,157

    Muchos Grassy-ass ;)

    Muchos Grassy-ass ;)
  13. Replies
    23
    Views
    6,157

    By skeleton I mean saying "Use a switch statement...

    By skeleton I mean saying "Use a switch statement to direct the user's input choice to calculate the value of the conversion" or "I would set up a function table, although it is somewhat more...
  14. Replies
    23
    Views
    6,157

    I think in my original post i asked to NOT have...

    I think in my original post i asked to NOT have code written ;-)
  15. Replies
    23
    Views
    6,157

    Ok, so I just create functions for each...

    Ok, so I just create functions for each conversion, but how does the 'option' chosen by the user get referenced to the appropriate function written for the option?
  16. Replies
    23
    Views
    6,157

    Details for converter

    Ok, so I supposed I was somewhat vague in description. Basically, I want to print out a menu of options for the user to select from by choosing the corresponding number next to the option, ie:

    1....
  17. Replies
    23
    Views
    6,157

    Unit converter calculator help

    Greetings all, I am a senior Industrial Engineer major at Wayne State University in Detroit, MI who took a 1000 level (100 at most schools) computer class as an elective, and quickly discovered I was...
Results 1 to 17 of 17