b'CODE TO NOTEARRAY OF STRINGS:Makes an array of strings. The strings are stored const char* array_name [array_ as constants, so they cant be changed once the length] = program starts.{string1, string2.};ROUNDING FUNCTION: This math function rounds a number up or down to round(value_to_round); the nearest whole number.RANDOM FUNCTION: This function takes a set of numbers and generates random(min, max); a pseudo-random number from that set.BUTTON DEBOUNCE: This 500 millisecond delay at the end of the loop adds button debounce so that erroneous button delay(500); presses are not detected by the RedBoard.USER FUNFUNCTIONS TO NOTE CTIONSMakes an array that is a random ordering of the generateRandomOrder(); numbers from 125. This is used to display words for the game in a random order.showStartSequence(); Shows the category of words on the LCD, then displays a countdown before the game starts.gameOver(); Plays a sound and shows the text Game Over along with the players final score.winner(); Shows the text YOU WIN! and plays a winning sound.86 : circuit 4c'