...

/

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.

We'll cover the following...

Problem statement

Implement a class Point that has three properties and a method. All these attributes (properties and methods) should be public. This problem can be broken down into ...