hey,
I was wonderring how you can calculate in one class using values out of antother class.
For example:
public class First{
private int firstNumber;
private int secNumber;
......
}
public class Second{
......
public void makeSumofnumberintheotherclass(){
.....
}
