[SOLVED] Computers in Education

10.00 $

Programming resource
, Digital learning resource
Categories: ,
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)
(Computers in Education) Computers are playing an increasing role in education. Write a program that helps an elementary school student learn addition. Use rand to produce two positive one-digit integers. It should then type a question such as “How much is 6 plus 7?”. The student then types the answer. Your program checks the student’s answer. If it is correct, print “Very good!”, then ask another addition question. If the answer is wrong, print “No. Please try again.”, then let the student try the same question repeatedly until the student finally gets it right.
Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.