Question: Add comments to the two lines inside the function, saying what each line does. function successor($n) { $n++; return $n; } //@TODO add comments to
Add comments to the two lines inside the function, saying what each line does.

function successor($n) { $n++; return $n; } //@TODO add comments to the two lines inside the fucntion, saying what each does
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
