Results 1 to 6 of 6

Thread: Elementary School Coding

  1. #1
    Yung_Jah Guest

    Default Elementary School Coding

    I got this to do, but having a challenging time figuring how to begin.

    Develop a computer-assisted instruction program to help teach an elementary school student multiplication. Modify the program to allow the user to enter a difficulty level. At a difficulty level of 1, the program should use only single-digit numbers in the problems; at a difficulty level 2, numbers as large as two digits, and so on.

    Then this second piece relating to above. Modify the program to allow the user to pick a type of arithmetic problem to study. An option of 1 means addition problems only, 2 means subtraction problems only, 3 means multiplication problems only, 4 means division problems only and 5 means a random mixture of all these types.

    This is from Function and Recursion.

    So there for "rand" is gonna be used in this.

  2. #2
    Join Date
    Jul 2007
    Posts
    16,974
    Rep Power
    33

    Default

    This seems pretty easy.
    SLAPPA Phenom II AM3 Overclocking Essentials
    I HAVE HIGHEST OC ON TECHJA 4.2ghz
    4890oc beats gtx 285
    PS3 FAILCAKE
    ps3 only advantage is bluray
    4890 oc roundup
    http://miniprofile.xfire.com/bg/sh/type/0/skugpezz.png
    Mi know dem fear mi!!!!! Gigabyte 790x ud4p
    phenom 2 955@3.8ghz 24/7 stable , 4GB ddr3 1333@1.5ghz ,3850 256MB (temp card) (4890 soon),700 watt dual rail psu, (overclocking rules) my avatar represents my personality

  3. #3
    Join Date
    Jul 2009
    Posts
    359
    Rep Power
    0

    Default

    I can i cud do this is pascal language
    “The best way to predict the future is to create it.” Peter F. Drucker
    current stuff:iphone 2g
    sony vaio laptop.
    i do not know everything but i just know where to find the solution

  4. #4
    Join Date
    Mar 2006
    Posts
    325
    Rep Power
    0

    Default

    switch(blah)

    case OPTION1: blah//functions
    break;

    case OPTION2: blah
    break;
    ^the menu
    rand could make some random numbers between 1 and 9 then in the teens and so on.
    recursion would change the levels/range you are randomly multiplying from.
    wasnt this thread made last year october? meh
    1337

  5. #5
    Join Date
    Jul 2011
    Posts
    54
    Rep Power
    0

    Default

    could be done as a game by using a game engine like blender.

  6. #6
    Join Date
    Jul 2002
    Posts
    1,395
    Rep Power
    0

    Default

    Quote Originally Posted by odessymark View Post
    could be done as a game by using a game engine like blender.


    That's a bit too far too fast don't you think?
    Last edited by carey; Apr 15, 2012 at 04:14 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •