multipleTwo method

int multipleTwo(
  1. int val1,
  2. int val2
)

Implementation

int multipleTwo(int val1, int val2) => val1 * val2;