Connect with knowledgeable experts and enthusiasts on IDNLearn.com. Ask any question and receive timely, accurate responses from our dedicated community of experts.

Write a function that takes in a parameter, squares it, and then prints the results. Squaring a number means multiplying it by itself. Then make several calls to that function in your start function to test it out. Does it
work for all arguments?

this is what i have so far but when i check the code it says “you should call your function square with some parameters. call your function at least twice” what am i doing wrong?


Write A Function That Takes In A Parameter Squares It And Then Prints The Results Squaring A Number Means Multiplying It By Itself Then Make Several Calls To Th class=