how do we multiply by 5 in java 8 example Example: how multiply java int x = 12; int y = 13; int z = x * y;