Search:

Type: Posts; User: crazyteacher

Search: Search took 0.12 seconds.

  1. Re: Can't Enter Info from Keyboard in a Method

    Usually it tells me something like ; expected and the line number. I'm so stressed over this I keep messing with it and I have confused myself even more now. If I put the line Scanner kbreader =...
  2. Re: Can't Enter Info from Keyboard in a Method

    I am using JCreator. The error message doesn't specify what the symbol is. I just get error: cannot find symbol for lines 44 and 45.

    I just removed the lines to enter leg1 and leg2 from the...
  3. Re: Can't Enter Info from Keyboard in a Method

    import java.io.*;
    import java.util.*;

    public class trianglemethod {

    public static void main(String [] args)
    {
    Scanner kbreader = new Scanner (System.in);
    int choice = 0;...
  4. Re: Can't Enter Info from Keyboard in a Method

    Norm,

    This is the error message I get.

    error: cannot find symbol line 44
    error: cannot find symbol line 45

    I "commented" exactly where the errors are in my...
  5. Can't Enter Info from Keyboard in a Method

    I'm sure I am doing something stupid but I can't find it. I want to enter the triangle data in the method and every time I try to compile the program I get the error message--cannot find symbol. ...
Results 1 to 5 of 5