Create a JavaFX application that generates a 10 x 10 grid.Populate each cell in the grid with a random integer in the range[0, 99]. If the integer is divisible by 2, color the cell blue. Ifthe integer is divisible by 3, color the cell yellow. If theinteger is divisible by 6, color the cell green. Here’s a samplerun:
Expert Answer
An answer will be send to you shortly. . . . .