Write the definition of a function dashedLine , with one parameter , an int .
If the parameter is negative or zero, the function does nothing. Otherwise it prints a complete line terminated by a new line character to standard output consisting of dashes (hyphens) with the parameter 's value determining the number of dashes. The function returns nothing.
I have no idea what to do here, someone please help. thanks