Develop a pseudocode that accepts as input the first name, last name, member status
(only regular or special should be accepted as inputs) and total sessions attended (should not exceed 20) for twelve (12) Kay Wellness Center members (three (3) from each employee). The daily attendance fee and the membership fee should be
determined based on the status of the member. The total fees due of each member should be calculated. The algorithm should display the first name, last name, member status and total fees due for each member.