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 |
hello dear this quadir saif and im doing bca .i want hotel management project in asp.net (with backend sql).on my id (quadir2011@rediffmail.com)
What is difference between asp and php?
Give the comment tags for the following?
Explain the different types of session state management options available with asp.net?
What is a FileSystemObject object?
?onStart' and 'onEnd' are events of what object(s)? A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.
explain with example redaing contents and writing contents from a file using APS object stream.
What is the command to display characters to the HTML page?
In how many ways you can connect to the Database?
What is meant by cookies? Explain the main features?
How add insert options in datagrid control in footer row.
What is a variable?