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 |
different web application and windows application
Is asp the same as saas?
What is the default scripting language on the client side?
Can .net framework components be used from a com program?
What is the difference between asp and acp?
Why do we use asp?
What is aspx cs file?
can any one tell me about dot net framework not basic detail
Explain how to refresh an asp page on a single click of a button?
What is asp and its features?
What is Server-Side includes?
What is asp code?