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
determine which Element received an Event
how to create a Draggable element
how to convert between arrays and strings
Reading which Non-Character Key was pressed
create Drop-Down Navigation Menus
maximizing the main window
code to detect availability of cookies
sample code to auto focusing the first field in a form
Create a Menu that can be activated while clicking on Right Mouse button
how to transform XML Data into HTML
How to block double clicks
how to copy form data between different pages
Create a ViewState Property?
advance the focus to next consecutive fields when Enter Key is pressed
how to Scroll a DIV content