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 |
How can I break Search
Explain the difference between client-side script and server-side script?
Is asp a language?
What is the full name of asp in vb net?
What is the difference between server-side validation and client-side validation?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
how to do process steps fi -mm integration can u define anybody pls
What is the order of execution for an ASP application?
What is the maximum size of an array?
Define a class in css?
How many types of cookies are there?
10 Answers TechSolution, Tops Technologies,
What is the difference between asp and saas?