C# Program to count total characters entered by users - the world of technology is more advanced, we should be technically literate so as not left behind by others, in blogs
Republic Gadget we will present updated information about technological developments, product reviews from various brands, now we will discuss first about this information C# Program to count total characters entered by users we cover directly from reliable sources, please see:
Articles :
C# Program to count total characters entered by users
full Link :
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();
}
}
so much information C# Program to count total characters entered by users
hopefully the infromation that we show for you about C# Program to count total characters entered by users can provide the latest knowledge about the gadgets you need in everyday life.
you've just read the article with the title C# Program to count total characters entered by users if you intend to bookmark or share it for many people please use the link https://bhrepublicadominicana.blogspot.com/2013/12/c-program-to-count-total-characters.html still a lot of information on this blog, please visit other pages.
Tag :
Csharp,
programs,
0 komentar:
Post a Comment