9.1.7 Checkerboard V2 Codehs _verified_

Are you running into a specific or failing a particular test case that we can debug together? Share public link

public class CheckerboardV2 public static void main(String[] args) Scanner input = new Scanner(System.in); 9.1.7 Checkerboard V2 Codehs

rl.question("Rows: ", (rows) => rl.question("Cols: ", (cols) => rows = parseInt(rows); cols = parseInt(cols); for (let i = 0; i < rows; i++) let line = ""; for (let j = 0; j < cols; j++) if ((i + j) % 2 === 0) line += "X"; else line += "O"; Are you running into a specific or failing

주식회사 허밍버즈(Hummingbirds Inc.)