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 copy form data between different pages
write a code that user can choose/alter Body Text Size
determine which Element received an Event
How to encode and decode URL strings?
advance the focus to next consecutive fields when Enter Key is pressed
code to get the coordinates of a Click Event
program to show a progress bar
how to create Expandable and Collapsible Menus
write a code to generate pseudorandom numbes
maximizing the main window
how to create a Draggable element
snippet to prevent submission of form when certain/any validations got failed
how to create a Custom Scrollbar
how to Scroll a DIV content
how to get the User's Time of Day