Write a function named printN that takes an int n, a string s, and returns void. This function must print the string s, n times.
void printN(int n, string s);cin >> n >> s;
cout < n="">< s=""><>
}
Please help me with this problem using c++.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here