Week 7: Due on Feb 25, 2024 11:59 PM This week’s assignment involves writing a Python program to collect all the data of a road trip and calculate each person’s share of the cost. Prompt the user for
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