Search:

Type: Posts; User: irishkid

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    1,336

    Scope and parameters

    I really need someones help with the following 2 ques, 1) the line numbers were variable scope is visible and 2) name the actual and formal parameters in the program below.

    1 public class Scope {...
  2. Replies
    7
    Views
    1,306

    Re: Scope and Parameters in a program

    Thats why I'm asking cause I don't know where the variables are???
  3. Replies
    7
    Views
    1,306

    Re: Scope and Parameters in a program

    The variables used in a program are always declared. The location you declare a variable controls its “visibility” and role in a program. The area where a variable is declared and can be accessed is...
  4. Replies
    7
    Views
    1,306

    Re: Scope and Parameters in a program

    for scope i think lines 4 and 12 and I'm not sure about parameters??
  5. Replies
    7
    Views
    1,306

    HELP Scope and Parameters in a program

    In the following program I need to know 1) the line numbers were variable scope is visible and 2) name the actual and formal parameters in the program.

    1 public class Scope {
    2 public static...
  6. Replies
    4
    Views
    1,162

    Re: Adding the integers of a number

    Cheers,
    Would you have any idea how it would look??
  7. Replies
    4
    Views
    1,162

    Adding the integers of a number

    I really need a hand, I have to write the java for the following; the user enters a number and the integers of that number are added, for example I enter "234" and the programs produces "2+3+4=9"
    ...
Results 1 to 7 of 7