lab 10 - conditionals engineering computer apps fall 2022 cuyamaca college introduction the purpose of this lab is to use what we've learned about using conditionals to write a program that computes a student's chance of being accepted for transfer to a university. procedure as usual, create a script, include a comment at the top explaining the purpose of the script, your name, and the date it was created. a. suppose four students are applying to the college of engineering at tnru (totally not real university). each student has the attributes: major, gpa and sat score. encoding for the majors are below. write a function called identifymajor that takes as input the student (student will be in array form that contains the attributes listed above), uses a switch statement to determine the major of the student and returns as output the decoded major in string form.