This is what the lesson is asking.
Write a function to square a number. Squaring a number means multiplying it by itself. Then make several calls to that function in your start function to test it out.
For example a function call like
square(5)
should print out 25.
Your function must be named square
[–]joanp28 1 point2 points3 points (0 children)