645 checkerboard karel answer verified

645 Checkerboard Karel Answer Verified -

start // Initialize variables row = 1 column = 1

// Move to next column move() column = column + 1

while row <= 8 // Determine color based on row and column if ((row + column) mod 2 == 0) putB() // Black else putW() // White

Method:LooKup
Language:
IP:185.104.194.44
Geocode:stdClass Object ( [asn] => AS59711 [asnName] => HZ-EU-AS [asnOrg] => HZ Hosting Ltd [businessName] => [businessWebsite] => [city] => Warsaw [continent] => Europe [country] => Poland [countryCode] => PL [ipName] => tpc-ftppasv.groupfaculty.com [ipType] => Residential [isp] => HZ Hosting Ltd [lat] => 52.22977 [lon] => 21.01178 [org] => HZ Hosting Ltd [query] => 185.104.194.44 [region] => Masovian [status] => success [timezone] => Europe/Warsaw [utcOffset] => +01:00 ) Session:Array ( [currency] => CAD [userLocation] => PL [userRegion] => Europe [geocode] => stdClass Object ( [asn] => AS59711 [asnName] => HZ-EU-AS [asnOrg] => HZ Hosting Ltd [businessName] => [businessWebsite] => [city] => Warsaw [continent] => Europe [country] => Poland [countryCode] => PL [ipName] => tpc-ftppasv.groupfaculty.com [ipType] => Residential [isp] => HZ Hosting Ltd [lat] => 52.22977 [lon] => 21.01178 [org] => HZ Hosting Ltd [query] => 185.104.194.44 [region] => Masovian [status] => success [timezone] => Europe/Warsaw [utcOffset] => +01:00 ) )