Oh and I forgot to say that it gave me good results in my classes. People who haven't touched C, haven't experienced pointers, manual memory management and all the low-level goodness. :P
[QUOTE="JigglyWiggly_"][QUOTE="bronxxbombers"]Nope, I don't speak nerd.xfactor19990
Java isn't a hard language matey.
what is the hardest?
There are lot of innecessary hard languages, so it's not of much use knowing what's the hardest. Obviously the hardest language is Assembly and if you master that you should be able to write excellent code. But on a mid-level C is the hardest and the language that should be taught in schools instead of Java. As a teacher, I think it's better to teach them in that order, so people know all the low-level and mid-level issues, and once they can write functional and good code with that, it's time to teach them the usefulness of high-level languages, especially OOP based languages.
In this line: System.out.println("I love the song \"forever"/ // by Chris Brown");
Change it to this: System.out.println("I love the song \"forever\" // by Chris Brown");
The '\' is a escape sequence used when you want to use reserved characters like ". With the first line, the compiler thinks you're ending the literal at forever" , so you have to put the '\' before the " so the compiler knows you want to use it in a literal expression.
Yeah, your problem is Norton Antivirus, also Gamers Edition :lol: Use Avira Antivir. And I suggest formatting your hard-drive since that malware known as Norton can't be uninstalled.
Log in to comment