User Profile

Collapse

Profile Sidebar

Collapse
JavaNewBe
JavaNewBe
Last Activity: Nov 25 '09, 03:16 AM
Joined: Nov 25 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • JavaNewBe
    replied to cannot find symbol error...?
    in Java
    Here's the error message:

    ------------------Configuration: <Default>--------------------
    C:\Users\Hoang\ Documents\billi ng.java:30: cannot find symbol
    symbol : variable leftoverJ
    location: class billing
    {double costj = leftoverJ*64.95 ;}
    ^
    C:\Users\Hoang\ Documents\billi ng.java:35: cannot find symbol
    symbol : variable...
    See more | Go to post

    Leave a comment:


  • JavaNewBe
    started a topic cannot find symbol error...?
    in Java

    cannot find symbol error...?

    i encountered this problem, yet as much as i tried, could not find the source to this error.
    Code:
    import java.util.*;
    import java.io.*;
    
    public class billing {
    
        public static void main(String args[]) 
        	{
        	Scanner kbReader = new Scanner (System.in);
        	System.out.println("How many jerseys? ");
        	int jersey = kbReader.nextInt();
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 2 '09, 09:40 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.
No activity results to display
Show More
Working...