Downvote for incorrect and copied.
I need soon.
= 3.51 print(True') 37 elif my_gpa < 3.5:="" print="" ('false')="" 36="" 38="" 39="" elif="" company_interest="-" my_interest:="" 40="" print="" ('true')="" 41="" elif="" my_major="=" company_major_recruiting:="" 42="" print="" (="" true')="" "/="">Extracted text: CareerFair.py Sub 1 my_gpa - 3.6 2 my_major - "Computer Science" 3 my_interest - 4 company_gpa_req - 3.5 5 company_major_recruiting 6 company_interest = "Software" "Software" "Computer Science" 8 #You may modify the lines of code above, but don't move them! 9 #When you Submit your code, we'll change these lines to 10 #assign different values to the variables. 11 12 #It's career fair season and you are in the middle of applying 13 #to all of these different companies for a potential internship 14 #next summer, but you plan on only applying to companies that 15 #you are interested in and companies whose requirements you meet. 16 # 17 #You'll only apply to the company if your GPA either matches or 18 #is greater than the company's required GPA. Even then you'll 19 #only apply to them if the major they are recruiting is your 20 #major. However if you are not the major they are recruiting, 21 #you'll still apply to them if your interest matches the interest 22 #the company is advertising. 23 # 24 #Write some lines of code using logical operators that will print 25 #True if you do end up applying to the company or False if you 26 #don't end up appplying to the company based on the requirements 27 #described above. Use the variable names as listed in the top of 28 #the problem description. 29 # 30 #If your code is working correctly, with the original values of 31 #the variables defined above, your code should print out True. 32 33 #Add your code below! 34 35 if my_gpa_>= 3.51 print(True') 37 elif my_gpa < 3.5: print ('false') 36 38 39 elif company_interest =- my_interest: 40 print ('true') 41 elif my_major == company_major_recruiting: 42 print ( true') 3.5:="" print="" ('false')="" 36="" 38="" 39="" elif="" company_interest="-" my_interest:="" 40="" print="" ('true')="" 41="" elif="" my_major="=" company_major_recruiting:="" 42="" print="" (=""> 3.5: print ('false') 36 38 39 elif company_interest =- my_interest: 40 print ('true') 41 elif my_major == company_major_recruiting: 42 print ( true')>
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here