Challenge 3: Square Numbers and Return their Sum
In this challenge, you need to implement a function which squares passing variables and return their sum.
We'll cover the following...
Problem Statement
Implement a function squareSum(float num1, float num2, float num3)
which ...