acm-mjct / Utilities

8 stars 86 forks source link

multiplication of 2 numbers #327

Closed TAHINIYATH closed 2 years ago

TAHINIYATH commented 2 years ago

input : num_1= 33 num_2=17 output : product = 561

Describe approach to solve the issue.