Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CHALLENGE ACTIVITY 4.7.2: If-else statements 2627720 Start Write multiple if statements If car_year is before 1968, print Probably has few safety features. (without quotes) If

image text in transcribed
CHALLENGE ACTIVITY 4.7.2: If-else statements 2627720 Start Write multiple if statements If car_year is before 1968, print "Probably has few safety features." (without quotes) If after 1971, print "Probably has seat belts." If after 1992, print 'Probably has anti-lock brakes." If after 2000, print 'Probably has tire-pressure monitor.'. End each phrase with period and newline. Remember that print() automatically adds a newline. Ex: car_year = 1995 prints Probably has seat belts. Probably has anti-lock brakes. 1 car_year int(input) 3 Your code goes here 2 4 5

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

Introductory Relational Database Design For Business With Microsoft Access

Authors: Jonathan Eckstein, Bonnie R. Schultz

1st Edition

1119329418, 978-1119329411

More Books

Students also viewed these Databases questions