Design a structured flowchart and write its pseudocode for a program that accepts student general average. If the general average is no less than 75, the program displays the word “Passed”. Otherwise, the program displays the word “Failed”. If the word displayed is “Passed”, add 1 to grade level which means the students is promoted to the next grade level. Otherwise, do nothing to grade level.​