1)Declare array with five elements
a[]={8,4,6,2,1,10}
Print minimum and maximum no from array.
Answer / prabhanshu srivastava
int [] a= new int[]{8,4,6,2,1,10};
Console.WriteLine(a.Max());
Console.WriteLine(a.Min());
NOTE: CODES ARE IN C#.
Mail id: developerprabhu@gmail.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Explain the difference between server-side validation and client-side validation?
what is n tier ?
What happens to asp pages?
What is the code for closing the form(using controls) instead of directly closing it?
6) Events in page life cycle?
Whats the implicit name and type of the parameter that gets passed into the class set method?
Can anyone give me a clarification about the difference among assembly,namespace,class,dll??????
what is execute dataset for sp
how we can create more than one web.config file in our asp.net project
Can be arrays resized by using the keyword redim?
What is the command to display characters to the HTML page?
Where is the value-type variables allocated in the computer ram?