Search:

Type: Posts; User: DaveHubbard

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    2,672

    Much thanks samwillc. You gave me 4 other ways...

    Much thanks samwillc. You gave me 4 other ways to say the same thing, algebra. LOL

    I'm new to programming in C++, so any new ideas should help me in learning how to.

    Yes this should give me...
  2. Replies
    15
    Views
    2,672

    Trial and error is what keeps this world running...

    Trial and error is what keeps this world running smoothly. So keep trying to program through trial and error, the best way to learn.
  3. Replies
    15
    Views
    2,672

    Thanks for all the help from all those who did. ...

    Thanks for all the help from all those who did. Last night I fixed the error.




    while ( a ==1 || a == 2 || a == 3 )



    Was telling the compiler: " While a is equal to 1, or while a is...
  4. Replies
    15
    Views
    2,672

    Thanks for the insight. I should try to make a...

    Thanks for the insight. I should try to make a flowchart, never thought of it before.

    I'll re-post a reply if and when I conclude this error.

    All the best,

    Dave H
  5. Replies
    15
    Views
    2,672

    So I should change it to: do { }While...

    So I should change it to:



    do
    {

    }While (a == 1 || a == 2 || a == 3)
  6. Replies
    15
    Views
    2,672

    Chapter 5 practice program 2 difficulties

    :confused:
    I've been working through the e-book fine, until this program. I can make the menu work fine, as long as you choose an item. Anything off the list won't re-print the menu. It must be a...
Results 1 to 6 of 6