#include using namespace std; int main() { FILE* outfile; int speed = 1; outfile = fopen("my_speed.txt", "w"); while(speed > 0) { cout<<"Enter the speed: "<>speed; if(speed < 55) { cout<<"Too slow!\n"<