+ 2
How do i read individual chars in a scanner input please?
so if i input "hello" into scanner i can then create a program to edit each char. example. inputs "hello"; if(h) if(e) ect...
1 Answer
+ 24
Scanner class not support to input char variable.
https://www.sololearn.com/discuss/696403/?ref=app