Challenge 1: Compute Square of a Number
Given a number, implement a function to compute the square of that number.
We'll cover the following...
Problem Statement
Implement a function that takes a specific number testVariable and returns the square of the number. ...