Your goal for this assignment is to program the robot drive the pattern of a multi-sided polygon.
Write an app in NBC that does the following:
- Prompt the user to input a number between 3 and 8 (N)
- Calculate the inside angle for an N-sided polygon.
- Run a counted loop for the number of sides (N)
a. Forward(distance)
b. Turn(angle)
Compile, load and run your app.
When you are finished, fork this repository, upload your NBC code and create a pull request.