Astronaut training program - Candidate Testing Project
Implemented a solution to do an initial evaluation of the astronauts candidates. Created a quick quiz to help select the best candidates . Solution calculates the candidate’s overall percentage and determines if the candidate did well enough to enter the program (need >= 80% to pass) and finally display the results. ● User Inputs his details in the first prompt ● Candidate is presented with 5 questions one at a time ● Program collects the candidate’s answers ● Checks those answers for accuracy (case insensitive equality check) ● Calculates the candidate’s overall percentage and determines if the candidate did well enough to enter the program (need >= 80% to pass) and finally display the results.
Please note you need to have replit account to fork this solution.