This is a C++ code which based upon the concept of Kinematics "Rain man problem". It helps students to visualize the problem and get the accurate answer.
This Code is written in Turbo c++
- Install Turbo C++ using this link - https://bit.ly/2JHvklv. If you already have Turbo C++ installed in your PC you can skip first point.
- First thing first, to use graphics you have to copy BGI folder and paste it in the BIN folder.
- Copy the code in a new file and you are all set to run this code.
- Initially, it executes screen 1 by default, which is the first page of the project, which prints RMP which stand for Rain Man Problem
- Then it asks for some values, i.e., information required to solve RMP.
- Return answer which is displayed in just 4 seconds.
- Screen 3 is for visualizing the problem.
- Screen 4 is the view with respect to man, help you understand the concept of relative motion.