In the Create Performance Task, you will be asked to identify an abstraction in your program and explain how it helps manage the complexity of the program. Functions are a form of abstraction. Pick a function you wrote in your solution to the 3x3 square problem and explain how it helps manage the complexity of your program.

Respuesta :

Answer:

The selecting function to this question is:

turnRight();

longLine();

Explanation:

  • In the given question we select two function that are "turnRight() and longLine() ". turnRight() function would originally have 3 lefts and longLine() would be originally 3 forward, used a lot in the 3x3 grid.
  • These function helps to control the complexity of the program because These functions have a graphical layout which has many phases to be replicated over and over. Functions reduced ambiguity and increased performance.
ACCESS MORE