public static int addition(int a, int b) {
	return a+b;
}