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
write a program that takes input in digits and display the result in words from 1 to 1000
What does <> mean pseudocode?
what is the drawback of classical methods in oops?
What is difference between multiple inheritance and multilevel inheritance?
Why is polymorphism important in oop?
How do you define social class?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why it is called runtime polymorphism?
Why do we use oops?
What is static in oop?
What is the benefit of oop?
Can we create object of abstract class?
Is enum a class?
Why do we need oop?
Which language is pure oop?