Concept:
In direction problems, visualize the movement step-by-step while keeping track of the current facing direction.
Step 1: Initial movement.
The man starts by walking \(5\) km towards the East.
Step 2: First turn.
Turning right from East means he now faces South.
He walks \(4\) km towards South.
Step 3: Second turn.
Turning left from South means he now faces East again.
He walks \(5\) km in the East direction.
Step 4: Final direction.
Therefore, the man is finally moving towards the East.