Question: write a program flowchart and corresponding pseudocode to solve the following problem; input name, age, and code for an applicant for a job in ABC
write a program flowchart and corresponding pseudocode to solve the following problem; input name, age, and code for an applicant for a job in ABC company. a code of 1 indicates the applicant is a U.S. citizen, and a code 2 indicates the applicant is not a U.S. citizen. the specifications for the job require that the applicant be a U.S. citizen 21 years of age or older. your algorithm should check that these conditions are met and output an appropriate message(s) if one or both tests fail. if the applicant passes both tests, output the applicant's name only. place only one test in each decision symbol(flowchart) or IF approach. solve it again using the sequential IF approach.
make sure to include the flowchart and pseudocode
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
