Prompts for a Double value with the given message.
Expression | Result |
---|---|
'Enter your weight: '.promptDouble() | prompts the user |
Prompts for a Float value with the given message.
Expression | Result |
---|---|
'Enter your weight: '.promptFloat() | prompts the user |
Prompts for a Integer value with the given message.
Expression | Result |
---|---|
'Enter your age: '.promptInteger() | prompts the user |
Prompts for a Long value with the given message.
Expression | Result |
---|---|
'Enter your age: '.promptLong() | prompts the user |
Prompts for a String value with the given message.
Expression | Result |
---|---|
'Enter your name: '.promptString() | prompts the user |