I have this code:



public class Addition {
private int x;
private int y;

public Addition(){
x = 0;