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...
User Profile
Collapse
-
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();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
Leave a comment: