Write structured pseudocode to show the following: if the value in the studentGrade variable is greater than or equal to RANGE1 and less than RANGE2, move "OK" to outMessage.Significant declarations:string outMessagenum studentGradenum RANGE1 = 0num RANGE2 = 101

What will be an ideal response?

if studentGrade >= RANGE1 AND studentGrade < RANGE2 then
   outMessage = "OK"
endif

Computer Science & Information Technology

You might also like to view...

A dot ________ displays dots when you press Tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

Tracking and formatting work together. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology