I've decided to start trying to learn Java again. I know a few soft typed programming languages and am familiar with the basics of java (declaring variables etc). The problem is, I'm writing a simple math script using a switch, just to test out classes and calling things.
I tried to call system.out.print(); and the environment (netbeans 6.1) says the package system doesn't exist. Same thing with Math.
How do I include these two packages? Is this just something wierd with Netbeans?
-------
I decided to be different from the rest of the world and be a
smart ass.