multiply function

int multiply(
  1. int a,
  2. int b
)

Ikki sonni ko'paytirish funksiyasi

Implementation

int multiply(int a, int b) => a * b;