Questions:
Design a Flowchart and Write a Pseudocode for a Problem
1. Design the flowchart and write the pseudocode for the following problem.
The Literary Honor Society needs a list of students who are English major, have a grade point average of 3.5 or higher and have completed 45 or more credit hours. The student record file includes the following fields:
students' last names and first names , major ( for example "History" or "English",...), grade point average and credit hours.
2. Is Tax=Salary*.15 the same as Salary*.15=15?