1. To display the square of a number in a flowchart, put the statement "Print square of number" in a/an:

2. Using the following pseudocode, answer the question below.
( If grade < 60 then
Print "Not good!"
Else If grade < 70 then
Print "Almost there!"
Else If grade < 80 then
Print "Nice!"
Else If grade < 90 then
Print "Very Nice!"
Else If grade <= 100 then
Print "Perfect!"
EndIf)

What will be printed if the grade is 85?

Respuesta :

ACCESS MORE
EDU ACCESS
Universidad de Mexico