using System;
public class Program
{
public static void Main()
var sentence = "How many words are here?";
//Task: Calculate how many words the sentence consists of
//Descriptive: Words are separated by one or more spaces
Console.WriteLine("Hello World");
}