Lotus

Lotus

  • NA
  • 28
  • 25.8k

Find Number of White Spaces..... i make this but its give me character numbering . but i want only white spaces anyone can help me

Sep 22 2012 4:17 AM
#region Find Number of White Spaces

           int V = 0;
            string f;
            Console.WriteLine("Enter Paragraph: ");
            f = Console.ReadLine();
 
            Console.WriteLine("Total white spaces in Paragraph: " + V);
            Console.ReadLine();  


            #endregion

Answers (1)