1)Declare array with five elements
a[]={8,4,6,2,1,10}
Print minimum and maximum no from array.
Answer Posted / 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 |
Post New Answer View All Answers
What is server control
How to handle error in asp
What is a form collection in asp?
can any one tell me about dot net framework not basic detail
Name the event handlers of application object?
What does asp stand for in technology?
What are the scripting objects in asp?
where should i get free version of Test Director to download
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
What is asp in java?
What is servervariables collection in asp?
What is asp format?
Explain the difference between client-side script and server-side script?
How to convert a string into an integer in .net?
How do I save an asp file as a pdf?