SCRATCH PROGRAMMING QUARTER TWO

Back to index

View project at Scratch

Professor Peanut

You can learn a lot from a nut and Professor Peanut is one of the nuttiest instructors around!

ASSIGNMENT:
Your assignment is to create an arithmetic demo. Here are the details:

  • Move Professor Peanut to the other side of the chalkboard. Move the chalkboard to make room for Professor Peanut.
  • As in the sample project, have the professor ask for the name of the student.
  • Replace the arithmetic problems in the sample with problems of your own, plus add two more.
  • You must have one of each of the following types of problems: addition, subtraction, multiplication, division, and modulo. (If you don't know what the modulo operation is then take a look here:
    Modulo Operation at WikiPedia.)
  • Report to the user what percentage of answers were correct in the following form: "Bob, your score was 80 percent correct."