134k views
3 votes
The instruction "If the grade is between 90 and 100 you will receive an A in the class" is an example of the _________________structure.

1 Answer

2 votes

Answer:

Selection structure

Step-by-step explanation:

Selection structure is a type of programming feature in which the further processed are performed based on the result of boolean condition whether true or false.

Here,

the boolean condition is if the grade is received between 90 and 100 ' is true then only grade A will be given i.e the grading is based on the result of the condition.

User DKR
by
3.4k points