Search:

Type: Posts; User: Mata101Alex

Search: Search took 0.07 seconds.

  1. Re: How to create math problems by grade level. Please Help Me.

    I am pretty much finished. The only problem I could not figure out is how to run the program again.

    I have created a simple program before that asked if they wanted to run again, and it worked...
  2. Re: How to create math problems by grade level. Please Help Me.

    I have been programming for three weeks now, so yes I am really new to this. I read through my book a thousand times already and I cannot find out how create a random math generator. I have been...
  3. Re: How to create math problems by grade level. Please Help Me.

    So I started monkeying around and this is what I have for obtaining their grade lvl:

    public static void getGradeInfo()
    {
    System.out.println(" Enter grade between 1 and 5: ");
    gradeLevel...
  4. Re: How to create math problems by grade level. Please Help Me.

    I finished the first 3 steps. For step 4 I know how to create a math.random, but I don't know what to put so it knows to give the addition or subtraction problems. And how to change the math problems...
  5. Re: How to create math problems by grade level. Please Help Me.

    I don't understand what you want me to do? I broke it down into steps before. Maybe I am misunderstanding what you need to know.
    Steps are:
    1. Ask the user for their name
    2. Ask the user for...
  6. Re: How to create math problems by grade level. Please Help Me.

    I have a java programming book, but it does not teach you how to write a code that can generate random math problems and keep count of correct and incorrect. I have been looking everywhere online...
  7. Re: How to create math problems by grade level. Please Help Me.

    So how would you do this in eclipse or something? I know how to write code for asking the name and grade, but I just don't know how to write a code for the random math problems etc.
  8. Re: How to create math problems by grade level. Please Help Me.

    So is pseudocode going to help me figure out what to input? I know how my layout should be I just don't know what to type for this to work.
  9. Re: How to create math problems by grade level. Please Help Me.

    I have completed these steps:
    1. ask the user for their name
    2. get their grade level

    Now I need to figure out how to compile a code for their math problems and how to add the correct and...
  10. Re: How to create math problems by grade level. Please Help Me.

    1.the program will ask them if they would like to take the addition or subtraction test. // 1 for addition 2 for subtraction
    2. If they choose 1 then all five math problems will be addition.
  11. Re: How to create math problems by grade level. Please Help Me.

    the steps are
    1. ask an addition or subtraction problem
    2. if the answer is correct let them know
    3. ask them another math problem ( five times total)
    4. once they have answered all 5 problems...
  12. Re: How to create math problems by grade level. Please Help Me.

    ok so based on their grade level I need to generate 5 math problems for them to answer. so if they say they are in the third grade and they want to do the addition problems my progam should then...
  13. Re: How to create math problems by grade level. Please Help Me.

    ok so first:
    // ask the user for their name
    // ask the user for their grade level
    // ask the user if they want to do the addition or subtraction problems
    // generate random addition or...
  14. Re: How to create math problems by grade level. Please Help Me.

    no I need the program to ask their grade level, but I do not know how to write a code that will create the problems based on their grade level. I think I might be confusing you. I have only been...
  15. Re: How to create math problems by grade level. Please Help Me.

    I think I posted the reply did you get it?

    --- Update ---

    not sure if you ever recieved my reply, but I just need help with how to write the code for the random math generator to recognize...
  16. Re: How to create math problems by grade level. Please Help Me.

    Thanks for replying so quickly, What I need it to do is ask the user what grade they are in from 1-5 then ask the user if they want to do the addition or subtraction problems, so if the student says...
  17. How to create math problems by grade level. Please Help Me.

    Hi everyone I am new to computer programming, and I need help with creating a code that will create random addition or subtraction from 0-500 depending on their grade level. I know how to create a...
Results 1 to 17 of 18