
what is in.nextInt () ? - compsci.ca
Dec 19, 2007 · no no .nextInt (); will work with any java complier but i do think you need a version 1.5 or higher not sure tho but as long as you create the object you can use the methods such as nextInt ();
random integers - compsci.ca
Feb 20, 2004 · random integers Index -> Programming, Java -> Java Help Author Message Prince Posted: Thu Feb 19, 2004 11:07 am Post subject: random integers
Java Error- Char! - compsci.ca
Apr 5, 2008 · Computer Science Canada is a community for programmers and students to come and share there knowledge various subjects. We also have many tutorials and tips covering numerous …
Inputting Strings - compsci.ca
Sep 22, 2010 · Inputting Strings Index -> Programming, Java -> Java Help ... Index -> Programming, Java -> Java Help Page 1 of 1 [ 7 Posts ] Jump to: Style: Search: Computer Science Canada is a …
Dice Generator Probability - compsci.ca
Feb 9, 2010 · Index -> Programming, Java -> Java Help ... Index -> Programming, Java -> Java Help Page 1 of 1 [ 3 Posts ] Jump to: Style: Search: Computer Science Canada is a community for …
Instantiating an interface - compsci.ca
Jan 19, 2016 · You can't instantiate abstract classes and you can't instantiate regular interfaces so what's so special about a nested/inner interface that allows this code to run? Also, when and why …
Help With Printing Integers
Oct 30, 2009 · Computer Science Canada is a community for programmers and students to come and share there knowledge various subjects. We also have many tutorials and tips covering numerous …
Creating a diagonal periodic table
Oct 7, 2013 · Computer Science Canada is a community for programmers and students to come and share there knowledge various subjects. We also have many tutorials and tips covering numerous …
hidiously stupid question - compsci.ca
Oct 3, 2006 · It is the package that contains all the classes with my school login name. This was the code that I used in lab and it worked fine: code: package xxxxnnnn; (use your login as a package …
Character reading error - compsci.ca
Jan 20, 2011 · Generally, though, you want more or less the interface given by Java's Scanner class: next (), nextInt (), nextDouble (), etc. I would think that a language designed for new programmers …