I want to send point variable to the any class from main as a parameter, and i want to return it . In the class it should be changable. The point can be increased or decreased. Then, i should be able to use the point in the main again. Can you give any examples which satisfy that?
Comments