Solve: Sum of Squares
Created By: Ellen Spertus
/ Version: 2023.12.0
Create a function sumOfSquares()
that returns the sum of the squares of both of its
arguments. The arguments and return type should be double
.
For this problem we're expecting only a method.
Don't define a class, include modifiers like static or public, add import statements, or add code outside the method declaration.