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
code to images to rollover
create Drop-Down Navigation Menus
how to get the User's Time of Day
how to Scroll a DIV content
maximizing the main window
how to create a Custom Scrollbar
How to encode and decode URL strings?
write a code that user can choose/alter Body Text Size
program to bring a window to the front
how to copy form data between different pages
Code to Block submission of form by pressing Enter Key
how to convert between arrays and strings
code to keep a page Out of the browser history
communication between main window and new windows
Create a Menu that can be activated while clicking on Right Mouse button