Create a pseudocode using if instruction containing a compou
Create a pseudocode using if instruction containing a compound condition that will satisfy the following: When STATE is equal to TX and CITY is Dallas, display ‘This person is a Dallas Texan.’ Otherwise, when state is equal to NY and city is New York, display ‘This person is a New Yorker.’ In all other cases display, ‘This person is non-Dallas Texan and non-New Yorker.’ 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.