
Learn how to implement if statements and functions (subs) in Visual Basic, using Karel the robot in Excel to perform conditional turns and run sub procedures.
Learn to debug in Visual Basic with Karel the Robot in Excel by setting stops, resetting, and stepping through code with Shift+F8 and F8 to step into or over.
Embrace a methodology for problem solving with Karl the robot, organize your logic before language-specific syntax, and explore Stanford resources and quick reference cards.
Karel the Robot, used by Stanford University and implemented here in Excel VBA, is a fun way to engage new students in creating programs.
Stripping away any cumbersome details, we will use Karel the Robot to focus on the essence of programming. We will practice how to organize your thoughts into the proper structure which will sharpen your skills for more difficult problems.