Forum: Java May 12th, 2007 |
| Replies: 4 Views: 22,804 You would input it into a IDE that would run it. As for the Hsa Console change the c to System.out in the printlns and delete the c in the c.readInt. That would probably work. |
Forum: Java Dec 6th, 2006 |
| Replies: 4 Views: 1,923 Or you could just make three seprate lines in a row. Wouldn't that be crazy. |
Forum: Java Sep 15th, 2006 |
| Replies: 3 Views: 2,459 if I took out the contin varible statements the programs runs fine. It pops up in a new window and ask you to input o for oval or r for rectangle and then creates a shape based on the character typed... |
Forum: Java Sep 14th, 2006 |
| Replies: 3 Views: 2,459 I made a program that is supposed to ask for a shape and then make a green shape and then ask you if you wanted to make another shape. That didn't work so I changed it to ask if you wanted to make... |
Forum: Java Sep 13th, 2006 |
| Replies: 4 Views: 22,804 Java Code that creates a random number between 1 and 100 and then asks the user to guess the number and tells if the guess was too high, too low or, the right number. Loops until right number is... |
Forum: Java Aug 26th, 2006 |
| Replies: 3 Views: 2,375 Thanks this will help me alot. |
Forum: Java Aug 24th, 2006 |
| Replies: 3 Views: 2,375 I'm Taking a Class on Java at my Highschool, but my teacher goes very slow and I need a quicker pace. Could anybody so kind as to give me a list of simple classes and commands so that I could work... |