#include using namespace std; int main() { int speed; cout<<"Enter the speed: "<>speed; if(speed < 55) { cout<<"Too slow!\n"<