Search:

Type: Posts; User: Mr.777

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,169

    Re: Hello Everyone. Need Help if possible

    Do you understand the difference between scope and life time of variables?
    Example:


    public int func(int a, int b){
    int x=0;
    int y=9;
    return (x+y);
    }...
  2. Replies
    6
    Views
    1,169

    Re: Hello Everyone. Need Help if possible

    Additional to Tjstretch post. A small example demonstrating you passing values. Well, you also can read through internet, but i don't know why many people hesitate googling things.


    public class...
Results 1 to 2 of 2