I'm new to this language and i need a little help. The question asked is to use this function (int indexOf(const string& s1, const string& s2)) to check whether string s1 is a substring of s2. If its a match return the 1st index in s2 and if not return -1. Then it says to right a program that reads the strings.