Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Please follow the examples for function use in psudocode and the flow charts below to write the program for me in psudocode and only use the functions that is provided in pages below nothing else....

1 answer below »
Please follow the examples for function use in psudocode and the flow charts below to write the program for me in psudocode and only use the functions that is provided in pages below nothing else.
MATH QUIZ    Comment by hana shakir: I need the psudocode for this and flow chart too.
Design a program that gives a simple math quiz. the program should display two random number that are to be added, such as:
247
+ 129
The program should allow the student to enter the answer. If the answer is co
ect a message of congratulation should be displayed. If the answer is inco
ect. A message showing the co
ect answer should be displayed.
    Comment by hana shakir: Please as much as you can write the program to be simple and meet all the requirements that I asked just like this simple program.
Please look at all the examples !!!!
    Comment by hana shakir: PLEASE LOOK AT THESE EXAMPLES AND WRITE THE PSUDOCODE SIMPLE JUST LIKE THESE EXAMPLES BELOW AND PUT THE FUCTION IN IT AS REQUIRED .
Answered Same Day Feb 19, 2021

Solution

Ximi answered on Feb 22 2021
160 Votes
Module main()
    Declare Integer num1, num2, num3
    Set num1 = random(1, 100)
    Set num2 = random(1, 100)
    Display num1
    Display num2
    Display “Enter your answer by adding these two numbers”
    Input num3
    check(num3, num1+num2)
End Module
Function check(Integer n1, Integer n2)
    if n1 ==...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here