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
how to Auto Scroll the page
how to pass data between pages using Frames
code to set the main window's size
How to block double clicks
how to get the User's Time of Day
how to transform XML Data into HTML
advance the focus to next consecutive fields when Enter Key is pressed
determine which Element received an Event
code to create a new window
Create a ViewState Property?
code to keep a page Out of the browser history
How to encode and decode URL strings?
how to Scroll a DIV content
code to sorting an array of objects
Create a Menu that can be activated while clicking on Right Mouse button