Computer Science, asked by ytpursu, 1 month ago

the computer will randomly generate 2 numbers and 1 operation type (+,-,x,/).
the user will be asked to answer the generated numbers according to the operation type.
the answer will be checked and true false information will be given

can someone program this and send it please? its my final project and if i fail i fail the whole thing, please!!!

Answers

Answered by sameerPandey27
2

Explanation:

First off, it is not really possible (nor desirable) to have real random numbers. What we want is a repeatable sequence of seemingly random numbers that satisfy certain properties, such as the average value of a list of random numbers between say, 0 and 1000, should be 500.

Similar questions