Question: Write a php program that implements the following procedures add your function should be named add and should add two numbers together it must be

Write a php program that implements the following procedures add your function should be named "add" and should add two numbers together it must be able to handle negative numbers use the algorithm from class subtract again, name it "subtract it must be able to handle negative numbers use the algorithm from class mult named "mult must handle negative numbers must use the algorithm from class exponential named "exponential" only handle positive exponents, but handle negative bases. must use the algorithm from class At the very end of your file, add the following code, to make sure everything works: echo " 6 +5.". add(6,5); echo "In @ +2 -".add(0.2); echo "in 8. 4- .add(84): NMN echo " 6.5-9. subtract (6,5); echo " B -2- ". subtract(0,2); echo "In 8 -4.". subtract(84): 8 echo "In 6.5." mult(6,5): echo " B 2 -". mult(0,2); echo "In 84-", mult(8,-4); le 11 12 13 14 echo " 2 5 - exponential(2,5); echo " 2 AS.. exponential(-2,5)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
