This is a simple project for practice running and submitting a program.
Write a C++ program which requests a speed in miles per hour, represented as a floating point number, and a distance in miles, also floating point. It should then print out the time, in hours, required to travel that distance at that speed.
Use the standard I/O facility to prompt for and read each value. Put your program in a file with an extension .cpp. Compile it and test it, then fix any errors.
Program code should always be properly commented, and this short program is not an exception, though not a great deal would be required. A short description of what the program does is sufficient; more is fine.
When your program works and looks nice, submit over the web here.