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

Recommended Answers

All 2 Replies

so, first off you'd need to check if the number is negitive then , after that you decide what to do next. I'd do the dashe's with a for loop.

>I have no idea what to do here
This is where you read a book. If we told you how to solve the problem, or gave you the code to do it, then you would learn nothing.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.