Search:

Type: Posts; User: Azereal

Search: Search took 0.00 seconds.

  1. Replies
    20
    Views
    1,678

    thanks i get it. Now that I'm done I was...

    thanks i get it.

    Now that I'm done I was wondering if I wanted to give an answer like.

    "you are ___ (whatever they entered) years young."
    how would I do something like that?
  2. Replies
    20
    Views
    1,678

    indeed

    indeed
  3. Replies
    20
    Views
    1,678

    I would have no clue how to do that.. xD

    I would have no clue how to do that.. xD
  4. Replies
    20
    Views
    1,678

    I see the flaw... if you enter 0 as your age it...

    I see the flaw... if you enter 0 as your age it tells you then quits.
  5. Replies
    20
    Views
    1,678

    I would actually appreciate the help. The only...

    I would actually appreciate the help. The only thing I understand on the tutorial is the examples, and that's after I do it over and over and over wrong. I want to show my mom this program soon, so I...
  6. Replies
    20
    Views
    1,678

    last thing I swear ( i fixed those, and it runs...

    last thing I swear ( i fixed those, and it runs well now thank you.)

    Is there a way to make it go again? like after it tells you your answer, it asks again, and you can enter a new age. Without...
  7. Replies
    20
    Views
    1,678

    Heh, I knew that, I just didnt know if I had to...

    Heh, I knew that, I just didnt know if I had to use && and such. I know how to do this all mathmatically, just not in C++ form yet.

    ( If that made any sense)

    also what is wrong with this it...
  8. Replies
    20
    Views
    1,678

    how would you say "less than or equal too" ...

    how would you say "less than or equal too"

    example.... greater than 5 but less than or equal to 25
  9. Replies
    20
    Views
    1,678

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    int age;

    cout<<"Please input your age: ";
    cin>> age;
  10. Replies
    20
    Views
    1,678

    Need help learning C++.

    Hi, I'm Sarah.

    I need help learning C++. I have been trying to read tutorials and such but I am the type of person that has trouble just reading something and getting it, if it is only put one...
Results 1 to 10 of 10