...

/

Challenge 2: Square of Sum of Numbers

Challenge 2: Square of Sum of Numbers

Test your knowledge by writing code to compute the square of sum of two numbers.

Problem statement

Write a PHP function sum_square() that squares the sum of two integers. The function should take two integers as parameters, add them, and ...