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 |
What are the components of asp?
How many types of cookies?
What are the methods in Session Object?
How to include active x controls in asp code?
What is the difference between server-side validation and client-side validation?
How we load the page in ASP?
Define a cookies collection?
what is the difference between #include directory in C,C++ and import java.packages in java
How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?
Which is the default scripting language on the client side?
What are the advantages of using ASP?
different web application and windows application