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 respectfully stay with my requirement and do not go out of the picture from what i asked , i do not need any output at all in the program only the input writing in psudocode and flow chart


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 QUIZComment 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 correct a message of congratulation should be displayed. If the answer is incorrect. A message showing the correct 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 DayFeb 19, 2021

Answer To: Please follow the examples for function use in psudocode and the flow charts below to write the...

Ximi answered on Feb 22 2021
159 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