Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 my_gpa = 3.6 2 my_major = Computer Science 3 my_interest = Software 4 company_gpa_req = 3.5. 5 company_major_recruiting = Computer Science 6 company_interest -

image text in transcribed
1 my_gpa = 3.6 2 my_major = "Computer Science" 3 my_interest = "Software" 4 company_gpa_req = 3.5. 5 company_major_recruiting = "Computer Science" 6 company_interest - "Software" 7 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'11 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Database Systems Design Implementation And Project Management

Authors: Albert K.W. Yeung, G. Brent Hall

1st Edition

1402053932, 978-1402053931

More Books

Students also viewed these Databases questions