searching for patterns in strings; how to destroy your functions with different testing cases;
Sigiloso
Input: “Internet” and search string is “net”. Output:5 static void Main(string[] args) { string temp = "internet"; string s = "net"; int j = 0; int i = 0; char[] c = temp.ToCharArray(); char[] c1 = s.ToCharArray(); for (; i