C#: Check if a given string starts with "w" and immediately followed by two "ww"
Check String Starts with 'www'
Write a C# program to check if a given string starts with "w" and is immediately followed by two "ww".
Sample Solution:
C# Sharp Code:
Sample Output:
Input a string : www False
Flowchart:

C# Sharp Code Editor:
Previous: Write a C# program to create a new string where the first 4 characters will be in lower case. If the string is less than 4 characters then make the whole string in upper case.
Next: Write a C# program to create a new string of every other character (odd position) from the first position of a given string.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.