Search:

Type: Posts; User: Gareth Morgan

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    2,188

    One last question. how do I get the last bit of...

    One last question. how do I get the last bit of my code to repeat the application once its finished assuming the user clicks Y?


    //


    #include <stdio.h> //commands that essentially...
  2. Replies
    16
    Views
    2,188

    Thanks. That was actually kinda obvious if I had...

    Thanks. That was actually kinda obvious if I had thought about it! lol It worked after a few failed attempts! Finally finished my project. Thanks for all your help everyone!
  3. Replies
    16
    Views
    2,188

    yes the (float) worked plus the %%. So random. ...

    yes the (float) worked plus the %%. So random.

    One last question. I need to add the Q prefix to each question. So it should say Q1 5*4, Q2 8*6 so on until Q10. Any ideas? I haven't got a clue!
  4. Replies
    16
    Views
    2,188

    I have tried but I get this issue 12281 ...

    I have tried


    but I get this issue
    12281

    How do I resolve this?
  5. Replies
    16
    Views
    2,188

    Did not get this at all. I did implement what you...

    Did not get this at all. I did implement what you said above and that makes sense. Here's what I have now....
  6. Replies
    16
    Views
    2,188

    Ok I didn't 100% understand what you meant. I...

    Ok I didn't 100% understand what you meant. I haven't really touched define stuff yet. Here's what I've tried to do to get the final message of "you answered ...% of the questions correctly".

    ...
  7. Replies
    16
    Views
    2,188

    help with this code- loops

    I'm writing a program to create 2 random numbers and ask the user what's the product of these 2 eg (5*4=?). I have written the code for this but the program needs to test the user 10 times. And on...
Results 1 to 7 of 7