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 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
Get step-by-step solutions from verified subject matter experts
