...

/

Challenge 3: Square Numbers and Return their Sum

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.

Problem Statement

Implement a function squareSum(float num1, float num2, float num3) which ...