Challenge 2: Square of Sum of Numbers
Test your knowledge by writing code to compute the square of sum of two numbers.
We'll cover the following...
Problem statement
Write a PHP function sum_square()
that squares the sum of two integers. The ...