Search:

Type: Posts; User: Alecroy

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,077

    Simple error i can't find /code

    This should print 1 thru 4 and 6 thru 10 what have I mistyped?



    #include <iostream>
    using std::cout;
    using std::endl;

    int main()
    {
  2. Replies
    0
    Views
    767

    Array or Vector

    I wrote this math flashcard program for class that produces questions with answers. Next semester we will start on arrays and vectors. Is there a way to modify what I have that will output all of the...
  3. Thread: Array Question

    by Alecroy
    Replies
    4
    Views
    1,276

    Thanks again

    That is the way I was thinking as well thanks for the confirmation..Still need to do some more reading on arrays...
  4. Thread: Array Question

    by Alecroy
    Replies
    4
    Views
    1,276

    Thanks

    Thanks for the reply, this is for a beginning programming class and I am not looking to get my homework done.

    The answer is probably more advanced than I need. The program gives math problems...
  5. Thread: Array Question

    by Alecroy
    Replies
    4
    Views
    1,276

    Array Question

    I have a math quiz program that you can select a problem type or random, it will provide a summary. I need to add an array that will track all problems as well as answers. My question is should I use...
  6. Replies
    3
    Views
    2,859

    Thanks

    Thanks that worked I understand where I went wrong. I am new to programming and this board has been invaluable. Thanks again..
  7. Replies
    3
    Views
    2,859

    Help with a percentage

    I am having a problem with finding percentage. When displaying output from math problems i need: # complete, Right, Wrong, and percentage right. All but percentage comes out correct. If all problems...
  8. Replies
    4
    Views
    1,343

    Thank you

    Thanks all, I looked at this for hours and couldn't see what I was missing. This fixed it...
  9. Replies
    4
    Views
    1,343

    Help with math flashcards

    Hello all, I had an assignment to develop a math flashcard program which I completed. I wanted to add random questions and cannot seem to get this portion to work. Should be something simple wrong,...
Results 1 to 9 of 9