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