Search:

Type: Posts; User: brandon236

Search: Search took 0.14 seconds.

  1. Re: How do I call a variable from another method?

    I tried that but it didn't work. It keeps saying "Cannot find symbol".
  2. Re: How do I call a variable from another method?

    So I figured out that you can declare a new variable and assign it to the method like
    x = determinevalue1(int 3, int 4);
    but the problem with that is my values result from scanner inputs from the...
  3. How do I call a variable from another method?

    My code has a method where the users input a bunch of variables and then those variables get added together in a new variable. What I want to know is how do I call the variable that is in the other...
Results 1 to 3 of 3