CS 115 Lab 6 A Random Robot Walk

75 Points

Due Date: Monday March 15, at end of lab

Educational goals of this lab - verify that every student can


Use the Canvas link to submit your work.

You May NOT use break or any of the statements that break the guarantees of structured programming (pass, continue, exit). This will cost you ALL points of the assignment if you do. It is perfectly possible to follow the design given and not need these!

INSTRUCTIONS:

(75 points) Description of the Problem:

(10 points) Problem #1: Complete a test plan.

(12 points) Problem #2: Design

(53 points) Problem #3: Complete the program.