how to get the same result for integers multiplication in java code example Example: how multiply java int x = 12; int y = 13; int z = x * y;