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 create Expandable and Collapsible Menus
program to show a progress bar
code to positioning of window in certain dimensions
code to Hide and Show form controls
snippet to prevent submission of form when certain/any validations got failed
I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: