A+ Answer


A pseudocode using if instruction containing a compound condition that will satisfy the following: Enrolled students of a particular college are described with some categories. If the categories indicate the student is a senior citizen, or the student works for the college, display "This student is entitled to get a tuition discount." If the categories indicate the student is international, display "This student has different tuition structure." In all other cases, display "This student is not entitled to get a tuition discount." Note: The above text is not in a pseudocode format. You need to use the IF ELSE ENDIF clause in a pseudocode format with appropriate relational and logical operators