A grayscale image is a 2D array, each element in the array describes the color of a pixel in the image. The value of any element must be between 0 (black) and 255 (white). void drawGrayscaleImage(int ...