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


Please Help Members By Posting Answers For Below Questions

What is the renewal class?

2161


When not to use object oriented programming?

565


What is meant by oops concept?

604


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

689


What is super in oop?

589






Why do we need oop?

657


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662


What does I oop mean?

609


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4234


Why is abstraction used?

599


What is property in oops?

564


Can you name some types of inheritance?

637


What causes polymorphism?

565


What is abstraction and encapsulation?

565


what is the sylabus for priliminaries?

1677