write a c or c++ program to store and print unknown number of robot's records. each robot has: ID, ROBOT'S title, three sensors, and two motors. each sensor has: sensor type(active or passive) and signal value
(either integer or char). each motor has: motor's type (dc/ac), a range allowed speeds (5-10 m/)
Please comment the code
Please provide answer as text not images