Challenge 1: Product of Numbers
Test your knowledge by writing code to compute the product of two numbers.
We'll cover the following...
Problem statement
Write a PHP function named product
that computes the product of two integers. The function should take two ...