Search:

Type: Posts; User: wilford006

Search: Search took 0.14 seconds.

  1. Replies
    6
    Views
    1,071

    Re: a==b, b not initialized

    somehow, the problem all began with the else (a==b) statements, since no matter what input i typed, it all came out as a==a
    tnx for your help, guys
    although the problem has yet to be solved, i...
  2. Replies
    6
    Views
    1,071

    Re: a==b, b not initialized

    well, i also tried using this code


    public class Project
    {
    public static void main (String []args)
    {
    int a, b, c, d, e, f;
    System.out.println("Welcome to the game of life!");...
  3. Replies
    6
    Views
    1,071

    a==b, b not initialized

    well, ignoring the story, my problem is pretty straightforward.
    a==b is not initialized (according to Jcreator)


    public class Project
    {
    public static void main (String []args)
    {
    int a,...
Results 1 to 3 of 3