C# Program to count total characters entered by users

C# Program to count total characters entered by users - is the information you are looking for, and in the blog Google News we have provided her, all right in this article titled C# Program to count total characters entered by users we will discuss it in full, in addition to the information we have also provided a lot of info about the latest gadgets and a wide range of tips and tricks that according to the gadget you are using, well please continue reading:

Penyanyi : C# Program to count total characters entered by users
Judul lagu : C# Program to count total characters entered by users
Article Csharp, Article programs,

You can also see our article on:


C# Program to count total characters entered by users

C# Program to Print Entering Characters from users and then Count Total entering characters 

Program Statement:
Write a program which takes characters from user until user press ENTER and then program will show the number of words with length greater than or equal to 5.

Solution:
public class length
{
int count1 = 0, count2 = 0;
public void check()
{
Console.Write("\n\t\tEnter string : ");
string ch = Console.ReadLine();
for (int x = 0; x < ch.Length; x++)
{
if (ch[x] == ' ')
{
count1++;
if (x >= 5)
{ count2++; }
}
}
Console.WriteLine("\n\t\tNumber of words with length greater than or equal to 5 : {0}", count2);
Console.WriteLine();
}
}




Demikianlah Artikel C# Program to count total characters entered by users

Sekian Kunci gitar C# Program to count total characters entered by users, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sekian postingan Chord gitar lagu kali ini.

Anda sedang membaca artikel C# Program to count total characters entered by users dan artikel ini url permalinknya adalah https://googledoodlenewstoday.blogspot.com/2013/12/c-program-to-count-total-characters.html Semoga artikel ini bisa bermanfaat.

Tag : , ,
Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : C# Program to count total characters entered by users

0 komentar:

Posting Komentar