Within the "Process Applicant" method, you will use the "getString" method first to prompt the user to pick which test they took. After that you will use conditional statements that either call the "computeSATScore" or "computeACTScore" methods based on what the user entered in "getString". It is within the "computeSATScore" or "computeACTScore" where the user will use the scanner to input their score while calling the "getInteger" method.