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...

program that will accept any name and will be stored in an
array

Answer Posted / manish kumar

this code is in c#
//i will store a name of 4 letters

string []name= string[5];
Console.WriteLine("Enter your name plz only 4 words");
for(int i=0;i<4;i++)
{
name[i]=Console.ReadLine();
}

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

advance the focus to next consecutive fields when Enter Key is pressed

2315


code to create a new window

2227


how to transform XML Data into HTML

2445


how to create Expandable and Collapsible Menus

3296


how to pass data between pages using Cookies

2510


write a code to generate pseudorandom numbes

2419


code to get the coordinates of a Click Event

2269


how to create an anonymous function

2222


How to encode and decode URL strings?

2351


how to pass data between pages using Frames

2779


Reading which Non-Character Key was pressed

2295


code to images to rollover

2429


code to keep a page Out of the browser history

2129


Create a Menu that can be activated while clicking on Right Mouse button

2194


how to Scroll a DIV content

2632