Examlex

Solved

Given the Following Pseudocode,what Value of GRADE Will Be Output 9090 \leq

question 11

Multiple Choice

Given the following pseudocode,what value of GRADE will be output if 60 is input?
Start
Read GRADENUM
CASENTRY GRADENUM
CASE 9090 \leq GRADENUM 100\leq 100 GRADE == "A'
CASE 8080 \leq GRADENUM <90< 90 GRADE = 'B'
CASE 7070 \leq GRADENUM <80< 80 GRADE = "C'
CASE 6060 \leq GRADENUM <70< 70 GRADE == 'D'
CASE other
GRADE = "F"
ENDCASE
Write GRADE
Stop


Definitions:

Adjacent Cells

Cells that are directly next to each other in a grid or table, often sharing a common border or wall.

Income

The monetary payment received for goods or services, or the earnings from investment over a particular period of time, typically measured on a monthly or annual basis.

Corner Handle

A small interactive icon or box at the corner of a graphical user interface element that allows for resizing or adjusting.

Resize

The action or process of changing the size of an object, such as an image, window, or text box.

Related Questions