program that will accept any name and will be stored in an
array
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gunda raj
char a[10];
cout<<" enter any name please";
for(int i=0;i<9;i++)
{
cin>>a[i];
}
| Is This Answer Correct ? | 1 Yes | 3 No |
program that will accept any name and will be stored in an array
write a code that user can choose/alter Body Text Size
create a slide show
maximizing the main window
determine which key was pressed and its type
how to delay a function call ?
how to transform XML Data into HTML
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space:
communication between main window and new windows
How to Add Message and Confirmation Boxes Using JavaScript?
how to prevent an Event from performing its default behavior
how to convert between arrays and strings