Question: Implement the function returnN() that takes a string s and an integer n as parameters and returns the first n characters of the string s.

 Implement the function returnN() that takes a string s and an

Implement the function returnN() that takes a string s and an integer n as parameters and returns the first n characters of the string s. If the string has length less than n, then an empty string should be returned. The information below shows how you would call be function returnN() and what it would display for a few different parameters01-02-2016

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!