Can any one explain briefly about Scanner with example | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can any one explain briefly about Scanner with example

pls i didn't understand how to use

24th May 2018, 9:05 AM
Madhusudhan Reddy
Madhusudhan Reddy - avatar
5 Answers
+ 5
The lesson slide appears to have covered this topic pretty well. Can you explain what you do not understand about Scanners? https://www.sololearn.com/learn/Java/2220/?ref=app
24th May 2018, 9:08 AM
Hatsy Rei
Hatsy Rei - avatar
0
Scanner when we use when we need to put d input at d time when we run d program https://code.sololearn.com/cfhyvk9S65pa/?ref=app
24th May 2018, 9:07 AM
Harsh Agrawal
Harsh Agrawal - avatar
0
thanq guys 😎
24th May 2018, 9:08 AM
Madhusudhan Reddy
Madhusudhan Reddy - avatar
0
after Scanner how to use Variable
24th May 2018, 9:17 AM
Madhusudhan Reddy
Madhusudhan Reddy - avatar
0
A variable is a symbolic name used for computer memory location U can write d name of variable except it wll not match wid any keyword int a=5; // assignment statement int is a keyword n i use variable a
24th May 2018, 9:21 AM
Harsh Agrawal
Harsh Agrawal - avatar