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.
We'll cover the following...
We'll cover the following...
Problem Statement
Implement a method SquaresSum(double num1, double num2, double num3), in a class SumOfSquares, which takes three numbers, squares ...