Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

. Write a program to get a string and to convert the 1st
letter of it to uppercase

Answer Posted / darshana

Dim str As String
Dim ch() As Char


Console.WriteLine("enter a string")
str = Console.ReadLine()
ch = str.ToCharArray
Console.Write(Char.ToUpper(ch(0)))




For i As Integer = 0 To ch.GetUpperBound(0) - 1

Console.Write(ch(i + 1))


Next
Console.WriteLine()

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is better pointer or array?

1037


Did c have any year 2000 problems?

1116


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1122


Write a code on reverse string and its complexity.

1046


How many types of functions are there in c?

1152


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

1260


What is the difference between declaring a variable and defining a variable?

1290


What is %d used for?

1047


Explain what is the difference between a string and an array?

1179


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1114


What is the difference between malloc() and calloc() function in c language?

1091


please send me the code for multiplying sparse matrix using c

2187


what do u mean by Direct access files? then can u explain about Direct Access Files?

2099


Explain zero based addressing.

1043


define string ?

1117