Answer to Question #38210 in AJAX | JavaScript | HTML | PHP for faizan
2014-01-07T08:23:36-05:00
function multiplyAbsolute(number ,factor)
{
function multiply(number)
{
return number*factor;
}
if (number <0)
return multiply(-number)
else multiply(number);
}
pleas explain this code and also tell me how to call the above function
1
2014-01-08T13:06:24-0500
The answer to the question is available in the PDF file https://assignmentexpert.com/https://assignmentexpert.com/homework-answers/programming-answer-38210.pdf
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS !
Comments
Leave a comment