No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: >>I'll either have pasta or leftover pizza for dinner. And probably some Scotch afterwards, though maybe Vodka+lemonade... "When life gives you lemons, Find someone who has vodka and have a party..." Bill Engvall Although, I have neither, so I'm sitting with Classic Lays Chips and Diet Coke | |
Re: My java is a little rusty, but this should give you the basic idea (I'm doing this from memory, so the code might not compile just right, but you should be able to fix it from there): [code=java] BufferedReader reader = new BufferedReader(new InputStreamReader()); int choice = int(reader.readLine().trim()); if (choice … | |
Re: Programming languages have always existed to help programmers solve problems. Sometimes, there may be a class of problem that no programming language available at the time will be able to help solve easily, despite whatever libraries it may have. In such a case, a new programming language is written. C … | |
Re: Try <a href="http://stackoverflow.com/questions/242304/where-should-i-download-corflags-exe-from">Corflags</a> or <A href="http://www.bluej.org/download/download.html">BlueJ</a> |
The End.