+ 2
Which Java package receives data from a till scanner
3 Respuestas
+ 4
java.util.Scanner hope this is what you want
+ 1
Have you used it for a counter till scanner?
Because I'm familiar with that one you said
0
import Java util. Scanner;
it may be written at the top of the class name.
And to give user interface we have to create name for scanner.
scannername=newscanner(system.in)
is the required line to take input