im using eclipse helios and i seem to not have the .scanner function, can someone please help
rayden150 -1 Light Poster
Recommended Answers
Jump to PostIn case you're still encountering problems with it, after applying the suggestions already given, then post the smallest piece of code that is able to reproduce your problem.
Jump to PostOr simply put the header as:
import java.util.*;importing java.util.* is seen as bad form in some circles. Generally it's good to make your imports explicit so it's obvious what you're using; this way the import statements are informative to the coder who comes after you.
("I can see you …
All 5 Replies
tux4life 2,072 Postaholic
tong1 22 Posting Whiz
tux4life 2,072 Postaholic
jon.kiparsky commented: Thanks for "smallest piece of code"... +1
jon.kiparsky 326 Posting Virtuoso
tux4life commented: Top quality post with solid suggestions :) +8
extemer -17 Junior Poster Banned
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.