The method of PromptDialog that is used to prompt user to enter double precision floating point number is ______
PromptDialog.float()
PromtDialog.Number()
PromptDialog.double()
PromptDialog.Choice
Answers
Answered by
1
Answer:
PromptDialog.float()
mark me as a brainlist.
Answered by
0
The method of Prompt Dialog that is used to prompt user to enter double precision floating point number is "PromptDialog.float()".
Explanation:
- The prompt Dialog command creates a modal dialog with a message to the user, a text field in which the user may enter a response, and a variable number of buttons to dismiss the dialog. The dialog is dismissed when the user presses any button or chooses the close item from the window menu.
- In the case where a button is pressed then the name of the button selected is returned. If the dialog is dismissed via the close item then the string returned is specified by the double precision.
- The default behavior when no arguments are specified is to create an empty single button dialog.
Similar questions