Search:

Type: Posts; User: IDK12

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    7,667

    Re: How to call int value from another class

    wait, i am a little confused. about this method can you explain a little more. Why do i need this method? and i put your method in my code. it's still not correct.
  2. Replies
    7
    Views
    7,667

    Re: How to call int value from another class

    Thanks. Great example. I also have other questions. I amcreating a gpa calculator in a multithread( classes) and my friend told me not to do it that way until i learned all about the java concept. So...
  3. Replies
    7
    Views
    7,667

    How to call int value from another class

    Hello guys,

    So if i have something like


    int b= 0;

    if ( b < numOfDay){

    exit;
Results 1 to 3 of 3