...

/

Challenge 1: Product of Numbers

Challenge 1: Product of Numbers

Test your knowledge by writing code to compute the product of two numbers.

Problem statement

Write a PHP function named product that computes the product of two integers. The function should take two ...