Search:

Type: Posts; User: sellingstuffyeye

Search: Search took 0.10 seconds.

  1. Re: problem: calling a function in Intellij (Beginner)

    You're calling System.out.println outside of a function. Either put that statement in main or the average function.
  2. Replies
    5
    Views
    790

    Re: Array definitions

    The first declaration allocates a variable "a" on the stack which points to the first element of the array on the heap. The heap has 4 spaces allocated for it. You then fill those spaces up with...
Results 1 to 2 of 2