Computer Science, asked by kingxop44, 5 hours ago

Name the scanner class function to take a double as input​

Answers

Answered by goravyadavyadav314
1

Answer:

Java Scanner nextDouble() Method

The nextDouble() is a method of Java Scanner class which is used to scan the next token of the input as a double.

Similar questions