Question: Add comments to the below function, describing what each line of the function does. function add($n, $k) { // adds $k to $n by calling
Add comments to the below function, describing what each line of the function does.

function add($n, $k) { // adds $k to $n by calling successor. echo " add called with n = " $n." and k = " $k ". "; $i = 0; echo "i = " $i ". "; while ($i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
