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 a cookies collection?
Explain how is method overriding different from overloading?
whta are the stored procedure and why they are needed??
What is Response Object?
What is asp model?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.
What app opens aspx files?
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
How to display images using response object?
explain uses of Textstream object in ASP
Name two properties common in every validation control?
What is ClientCertificate collection?