Exercise: Multidimensional Array

Let's have an exercise on multidimensional arrays.

We'll cover the following

Problem

gopher constant contains a two-dimensional ASCII gopher image encoded in a one-dimensional array of string characters.

Implement getCharacterAt function to get the ASCII character from a one-dimensional array for display as a two-dimensional image.

Get hands-on with 1200+ tech skills courses.