Which xxx will create a Spinner Number Model with a minimum of 100, a maximum of 500, an initial value display of 100, and a step value of 50?
a: SpinnerNumber Model New Model = new Spinner Number Model(100, 500, 50):
b. SpinnerNumber Model newModel = new Spinner Number Model( 100, 100, 500, 50)
c. SpinnerNumber Model newModel = new SpinnerNumber Model(50, 100, 100, 500);
d. SpinnerNumber Model newModel " new Spinner NumberModel(50, 100, 500% Moving to another question will save this response