...

/

Challenge 1: Square Numbers and Return their Sum

Challenge 1: Square Numbers and Return their Sum

In this challenge, you need to implement a method that squares passing variables and returns their sum.

Problem Statement

Implement a method SquaresSum(double num1, double num2, double num3) ...