Your script should repeatedly ask the user for a gpa value


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:

1788_849c5e2d-6cee-4e51-9412-294c1f2b622b.png

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

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Your script should repeatedly ask the user for a gpa value
Reference No:- TGS01606089

Expected delivery within 24 Hours