Search:

Type: Posts; User: neontiger

Search: Search took 0.08 seconds.

  1. Re: variable might not have been initialized...help appreciated

    Lighten up. Yes i can read the error code. I thought I already declared and initialized points1.


    int points1; //(declared)

    if(tick1 == 'A' || tick1 == 'a'){
    points1 = 50; //(...
  2. variable might not have been initialized...help appreciated

    hey guys ive been working on the project and i keep gettin an error here is thy code....


    public class Tickets
    {
    public static void main(String[] args)

    {
Results 1 to 2 of 2