Scanner Function In JAVA
Hello Everyone today I am here to you familiar with the most usable word in Java named as Scanner function . Scanner is used in Java to insert a value in the output.
For example:
Scanner sc=new Scanner(System.in);
This statement helps in giving a com...
prikshitgautam.hashnode.dev1 min read