Der compiler sagt dir doch eh was ihm abgeht: ';' expected - er erwartet einen ; nach dem import statement, also:
import java.util.*;
jak
<edit>p.s.: Java ist case sensitive, d.h. Groß- und Kleinschreibung sind NICHT das selbe. "myscanner" ist etwas anderes als "myScanner", "scanner" etwas anderes als "Scanner".
</edit>
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
|