color: one of the following strings: 'red', 'blue', 'silver', 'white', 'black'year: year of manufacturing. A number between 1990 and 2018company: one of the following strings: 'Honda', 'Toyota', 'Ford', 'Chevrolet'model: one of the following strings: 'sedan', 'hatchback', 'SUV'Give a logical expression that evaluates to a True or False for a set of cars.
e.g. Expression for "Red SUV cars" is (color == "red" and model == "SUV")
Give an expression for "Ford sedan cars that are red or blue and were manufactured after 2000"
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here