averystricker4148 averystricker4148 26-03-2024 Computers and Technology contestada Which of the following statements correctly adds a label to the first row and second column of a GridPane object? a. gridpane.add(myLabel, 1, 2); b. gridpane.add(myLabel, 2, 1); c. gridpane.add(myLabel, 0,1 ); d. gridpaneadd(myLabel, 1, 0);