a car manufacturer is designing a program that reads
in the temperature and operates a green light and a warning sound
accordingly. This program acts as follows:
a) if temperature is between 30 and 40, it turns on the green light
and the warning doesn't sound
b)if temperature is below 34 it turns on warning sound and the
green light isn't turned on.
develop an algorithm that reads temp from the user and acts
accordingly
a car manufacturer is designing a program that reads in the temperature and operates a green...