Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Hi guys, can any one tell what's wrong with my code?This is about stack as arrays and this is based on bluej environment

    Can you copy the full contents of the command prompt window that shows what you are saying and pasted it here? No images because text can not be copied from images when making a response.
  2. Re: Hi guys, can any one tell what's wrong with my code?This is about stack as arrays and this is based on bluej environment

    Use the final keyword when the variable is defined:

    final int max = 1234;


    Where is the variable named: global defined? I don't see any variables with that name in the code.
    What variable...
  3. Re: Hi guys, can any one tell what's wrong with my code?This is about stack as arrays and this is based on bluej environment

    Please edit your post and wrap your code with code tags:


    YOUR CODE HERE

    to get highlighting and preserve formatting.

    Can you copy the program's output that shows what the problem is and...
  4. Re: Hi guys, can any one tell what's wrong with my code?This is about stack as arrays and this is based on bluej environment

    Can you explain what the problem is? What does the code do and what do you want it to do differently?

    Please edit your post and wrap your code with code tags:


    YOUR CODE HERE

    to get...
Results 1 to 4 of 4