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.