Computer Science, asked by gurtejramgarhia5417, 1 year ago

Which prompt dialog method is used to enter a double precision floating point number?

Answers

Answered by ankurbadani84
0

Answer :-

Method name - setDoubleRange(double min, double max)  

This method sets the range of double precision floating point values that are accepted by the dialog when used in DoubleInput mode, with minimum and maximum values specified by min and max respectively.

Methods used for max and min are as follows:-

setDoubleMaximum(double max)

setDoubleMinimum(double min)

Similar questions