Arrange the lines of pseudocode so that, when the LeftBumper is pressed, the robot goes at half speed for 20 feet (which takes 10 seconds) and then stops. Reorder answers 1. } // end repeat Reorder answers 2. } // end if Reorder answers 3. Repeat forever { Reorder answers 4. Drive forward Reorder answers 5. Wait 10 seconds Reorder answers 6. If LeftBumper pressed then { Reorder answers 7. Set drive velocity to 50% Reorder answers 8. Stop driving

Respuesta :

The correct arrangement of the pseudocode so that, when the Left Bumper is pressed, the robot goes at half speed for 20 feet (which takes 10 seconds) and then stops is:

  • 4. Drive forward
  • 6. If Left Bumper pressed then {
  • 7. Set drive velocity to 50%
  • 5. Wait 10 seconds
  • 2. } // end if
  • 8. Stop driving
  • 1. } // end repeat\
  • 3. Repeat forever

What is a Pseudocode?

This refers to the description of steps in order to complete a simple task by using simple commands and executable instructions.

With this in mind, we can see that we are to arrange the pseudocode so that the robot would move at half speed for 20 feet which would take 10 seconds and then stops and the process is repeated.

Read more about pseudocode here:
https://brainly.com/question/24735155

ACCESS MORE
EDU ACCESS