Search:

Type: Posts; User: sunandstars

Search: Search took 0.01 seconds.

  1. I have tried to enter d[i] =...

    I have tried to enter d[i] = a[i]-(a[i]%b[i])/b[i] but for some reason the program crashes
  2. never mind i figured it out, but I have just one...

    never mind i figured it out, but I have just one last question, I'm asked to enter the quotient and not the remainder for the division case, how do I modify the division such that it prints out the...
  3. Thank you so much, so I created another function...

    Thank you so much, so I created another function for division which will generate questions for that. But I'm getting this error now 'undefined reference to 'generateQuestions_' and its not telling...
  4. error too few arguments to function: 'generateQuestions'

    Hi sorry for asking to many questions but I have compiled the code for division and multiplication, which all ask 10 random questions on both section and the user has to enter them. I'm receiving...
  5. using for loop and functions to create a basic menu

    hi, I'm trying to make a function that when it is executed asks the user for three options multilplication, division and exit. If the user the user makes a wrong option, the program re-executes...
  6. Replies
    1
    Views
    1,263

    Arrays and Loops

    Hi im very new to C programming and I was writing a program to generate two random numbers who's answer the user has to guess, and the program will tell if the answer is right or wrong. While I have...
Results 1 to 6 of 6