You are hiring grad students from Tech to work for your company, which you have recently started. The Human Resources department has asked you to write a script that will help them determine the chances of an individual applicant getting a job after interviewing. The following table outlines the rules for determining the chances for the applicant to get a job:
Your script should repeatedly ask the user for a GPA value and compute the student's chances of being hired. It should continue asking for GPA values until a negative number is entered. For example:
• GPA input: 4 should give the answer 0.9
• GPA input: 3.5 should give the answer 0.9
• GPA input: 3.4 should give the answer 0.8