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 |
Define clientcertificate collection?
What is a service application?
Define microsoft intermediate language (msil)?
What is the difference between ASP and HTML?
What are the attributes of the tags?
Give the comment tags for the following?
What is the difference between jsp and asp?
what is meant by ajax
difference between html and asp?
Define request object?
different web application and windows application
Explain how to display images using response object?