9.1.6 Checkerboard V1 Codehs -

checkerboard where squares alternate between two values (usually 0 and 1 ). Core Concept: The Modulo Pattern

It looks like you are working on the assignment in the CodeHS Graphics course. In this assignment, you are typically asked to write a function called create_checkerboard that draws an 8x8 grid of alternating black and white squares. 9.1.6 checkerboard v1 codehs

CodeHS Introduction to Programming (JavaScript) Module: 9.1 - Karel Challenges Problem: 9.1.6 Checkerboard v1 Objective: Write a Karel program that places a checkerboard pattern of beepers on a rectangular world of any size (within Karel’s limits). 9.1.6 checkerboard v1 codehs