Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Develop a windows application that ask user to enter a string and display the total count of‘s’ character in the given text.
For example: special -> 1
Sunshine->2
System resources->4
Posted
Comments
Sergey Alexandrovich Kryukov 21-Jan-12 13:03pm    
Not a question. Who do you address to: "Develop..."?
--SA
AspDotNetDev 21-Jan-12 13:50pm    
I have voted you a 1 because this is one of 15 obvious homework questions you have just posted. Not only are you asking us to do your homework, you are asking us to do ALL of your homework. That is abusive, and I have reported you as such.
soukphathai 23-Jan-12 14:42pm    
no your homework . Question example on Set play vb.net
AspDotNetDev 23-Jan-12 18:00pm    
That does not make any sense at all.

1 solution

Search on google same question you will get answer's perfectly ....
simply try string lenth
and
use
if ---- then

else if --- then

end if
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900