Program to check whether a word is the first word of the
sentence.
Answer Posted / jainpraveen75
You Can write this code in dotnet will solve the problum
Dim strstrign As String
Dim flgIS_Firstletter As Boolean = False
strstring = "asdadvjhasfdug8oryoriwehlkjwbn"
flgIS_Firstletter
= strstrign.StartsWith("char you want to search")
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
How do you define social class?
What is class in oop with example?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the example of polymorphism?
What is encapsulation in simple terms?
What is polymorphism what is it for and how is it used?
What is the difference between static polymorphism and dynamic polymorphism?
Why interface is used?
Why do we need polymorphism in c#?
Which type does string inherit from?
What are the benefits of polymorphism?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
How to hide the base class functionality in Inheritance?
How do you achieve polymorphism?