is there a way to multiply the amount of times a method is called java code example Example: how multiply java int x = 12; int y = 13; int z = x * y;