* Description: Initializing an array of strings with user input using C, where * the "array of strings" is a 2D char array with a string stored in each row of * the 2D array.
ClearBackground(BLANK); // Make the entire Sprite Transparent.