Forum: Java Jun 19th, 2005 |
| Replies: 8 Views: 3,203 Opps the second program should use the nextLine method not the next method so...
import java.util.Scanner;
public class STest
{
public static void main (String[] args) |
Forum: Java Jun 18th, 2005 |
| Replies: 8 Views: 3,203 You missunderstood my question conserning the scanner methods a bit. The problem command was nextLine, not readLine. I'll try and explain a little better.
As part of a larger program I need to... |
Forum: Java Jun 17th, 2005 |
| Replies: 8 Views: 3,203 Thank you very much. Turns out I was using the right parameter, and just forgetting the "c." infront of my getters. So it was easy to fix with your help. |
Forum: Java Jun 17th, 2005 |
| Replies: 8 Views: 3,203 Hi all,
I'm new here, and am currently taking an introductory programming course taught with Java 5. I really hate to come here, and bother people with my homework, but I really don't have... |