how can i scan a character from scannner class( just like int-nextInt,Boolean-nextBoolean)
yapaarachchi 0 Newbie Poster
Recommended Answers
Jump to PostWell, is there a nextCharacter method? No? Then what about simply using next and then toCharArray on the resulting String?
Jump to Posttanx.can you explain little bit more using a example
I'm sorry, but why didn't you take the clues you'd been given, look at the API docs, and see if you could come up with something. It's usually a bit more satisfying that way, and definately more instructional and useful.
All 5 Replies
masijade 1,351 Industrious Poster Team Colleague Featured Poster
yapaarachchi 0 Newbie Poster
NormR1 563 Posting Sage Team Colleague
masijade 1,351 Industrious Poster Team Colleague Featured Poster
TheSomalilander 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.