+ 3
Easyest way to take input from user in java
Easyest way to take input from user in java please share me answer
4 ответов
+ 2
import java.util.Scanner;
//then in the code you do:
m=Scanner.in();
Sorry bro, only choice
0
import java.util.*;
String s;
Scanner sc=new Scanner(System.in);
s=sc.nextLine();
0
If int,float anything that sc.nextInt or Float anything u added it is work on it....