+ 1
How to get users input in Java
What's the line of code used to obtain user input
3 Réponses
+ 9
import java.util.Scanner
public class xD
{
psvm(String args[])
{
Scanner sc = new Scanner(System.in);
}
}
https://www.sololearn.com/learn/Java/2220/?ref=app
+ 7
soffiyah orewole Welcome :))
0
Thank you