Search:

Type: Posts; User: Rag

Search: Search took 0.00 seconds.

  1. Thread: Loops

    by Rag
    Replies
    18
    Views
    1,827

    Okay.... I will go figure out how to do that. :D

    Okay.... I will go figure out how to do that. :D
  2. Thread: Loops

    by Rag
    Replies
    18
    Views
    1,827

    Oh. Now that one makes sense. Thanks. Um. I guess...

    Oh. Now that one makes sense. Thanks. Um. I guess I will show you what i thought was suppose to be for the password one, i know it is wrong but i did not know what else to do....



    #include...
  3. Thread: Loops

    by Rag
    Replies
    18
    Views
    1,827

    while (x

    while (x<=30) // saying while x is less then or equal to 30
    {
    cout<<x<<endl; // if x is equal to or less than 30
    x+=3; // x= x+1



    But i think my answer is wrong because it lists the...
  4. Thread: Loops

    by Rag
    Replies
    18
    Views
    1,827

    Thanks Elysia. I do not quite understand why I...

    Thanks Elysia. I do not quite understand why I find it confusing. My teacher only showed us one example during class and it did not have to do with string. And i havent been looking for examples of...
  5. Thread: Loops

    by Rag
    Replies
    18
    Views
    1,827

    I am not trying to be lazy, if I was I would not...

    I am not trying to be lazy, if I was I would not have spent the last 30 minutes looking over the web for tutorials ---- And I know it isnt rocket science to you but i SUCK at dev c++ so it feels like...
  6. Thread: Loops

    by Rag
    Replies
    18
    Views
    1,827

    Please, tell me how we make a perfect...

    Please, tell me how we make a perfect combination?
    And what do you mean? I cant say my teacher is incompetent? I have gone to the guy many times, given up many lunches, and still he has not helped...
  7. Thread: Loops

    by Rag
    Replies
    18
    Views
    1,827

    Loops

    Hello. My teacher just started teaching us loops friday. Yay! Not really, that was me being sacarcastically happy. He cannot teach and I am not good at this so we do not make a good combination. D:...
  8. Replies
    8
    Views
    3,522

    Um. I have been taught int and double and the...

    Um. I have been taught int and double and the string variable.... *sigh* dev c++ makes no sense to me D:
  9. Replies
    8
    Views
    3,522

    This is what I have so far (Not much at all......

    This is what I have so far (Not much at all... Sort of the structure a little bit I guess... Still trying to figure out where things go, how to fit answers in after the ifs and elses.:


    ...
  10. Replies
    8
    Views
    3,522

    Thanks. Hm. I was just wondering why codes some...

    Thanks. Hm. I was just wondering why codes some have case and others have if and else? What does case do that is different?
  11. Replies
    8
    Views
    3,522

    Okay, thanks so much. :D Also do you have any...

    Okay, thanks so much. :D Also do you have any tips on keeping the ifs and elses in order while I do it?
  12. Replies
    8
    Views
    3,522

    Need some help with Dev C++ if and elses

    Hey I just started computer programming and our teacher wants us to make a mud game using if and else but I am completely lost. I was wondering if anyone had any suggestions to help me get started?...
Results 1 to 12 of 12