Create a Flowchart and C++ Program for the problem below. Click turn-in and attach your answers in .doc format. Please dont attach .cpp or .exe files of your program, just paste the code in MS Word below the flowchart, you may use Courier New font for the program. Thanks.

Problem: A 25m Race Track is divided into 5m of Regular Soil, 4m of Rubberized Floor, 7m of Mud and 9m of Asphalt. Create a program that will accept the distance covered in meters from the starting line and outputs which part of the Race Track they will land.

Ex:

If input is 2m, they will land on Regular Soil.

If input is 8m, they will land on Rubberized Floor.

If input is 19m, they will land on Asphalt.

If input is 27m, they will land on Regular Soil.

Well?
What are you waiting for to start working out and start coding your homework assignment?
If you encounter problems, feel free to post them here. Success!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.