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
advance the focus to next consecutive fields when Enter Key is pressed
code to create a new window
how to transform XML Data into HTML
how to create Expandable and Collapsible Menus
how to pass data between pages using Cookies
write a code to generate pseudorandom numbes
code to get the coordinates of a Click Event
how to create an anonymous function
How to encode and decode URL strings?
how to pass data between pages using Frames
Reading which Non-Character Key was pressed
code to images to rollover
code to keep a page Out of the browser history
Create a Menu that can be activated while clicking on Right Mouse button
how to Scroll a DIV content