If a chess or checkers board is declared by
character(len=1), dimension(8, 8) :: board
the statement
board = "R"
assigns the color red to all 64 positions. Write a statement or statements that assigns “B” to the 32 black positions. Assume that board(1, 1) is to be red so that
the board is as shown in Table 5-3.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here