+ 2
kalai Mathi go through Java course here you will find with example. For taking input in Java you need to import Scanner and make an object of that scanner Scanner in = new Scanner(System.in); Or you can use buffer reader like this way BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
5th Jul 2019, 10:43 AM
MsJ
MsJ - avatar