https://drive.google.com/file/d/1-yFl5CflIVSx7N86ZrTj07I5y9CTPayc/view?usp=drive_linkcan you do this c++ assignment for me
Convert User Input to an Array of KivaCommands The RemoteControl class currently takes in a String of commands from the user that looks like “FFFTRF”.
Convert User Input to an Array of KivaCommands The RemoteControl class currently takes in a String of commands from the user that looks like “FFFTRF”. However, our Kiva robots cannot understand instructions in that form. They can simply make one move at a time, accepting a single KivaCommand. So, we’ll