Written by Tyler Conklin Based on past editions of this assignment as created by Mehran Sahami, Keith Schwarz, Eric Roberts, and others.
Handouts:
Karel Reference
Day1: Midpoint.java
or BonusKarel: Midpoint.java
This is a bonus program! It's meant to be challenging.
Program Karel to place a single beeper at the center of 1st street. If Karel starts in the world below:
You are guaranteed the following facts and assumptions:
Remember that you may only use Karel syntax and cannot use Java variables. This problem is difficult because Karel cannot count. There are many different ways to solve this problem, so have fun coming up with a creative approach!