using System.Collections.Generic;
using System.Threading.Tasks;
public static void Main(string[] args)
string text = "We are living in a yellow submarine. We don't have " +
"anything else. Inside the submarine is very tight. So we are" +
" drinking all the day.We will move out of it in 5 days.";
int index = text.IndexOf(keyWord);
index = text.IndexOf(keyWord, index + keyWord.Length);
Console.WriteLine(count);