Write a VB program to count the number of characters in a given string. The string is to be ended by placing a "/" by the user.
Click to see a simple program of this type The number of digits in the entered Number...
Refer Total words,Characters,sentence,length of ...also.
Hint : While (StrComp(Mid(str,i,1),"/") <> 0
Click to see a simple program of this type The number of digits in the entered Number...
Refer Total words,Characters,sentence,length of ...also.
Hint : While (StrComp(Mid(str,i,1),"/") <> 0
- ====================================================================
No comments:
Post a Comment