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 |
by puting attendance to students if he absent tat should intimate to his fathers mobile automatically anybody having code send to me
What are server variables collection?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
Define .asp file?
Do you know ASP? Are u willing to work in it?
How do I view an aspx file?
define the functionality of web server in context to Active server page.
Whats the difference between struct and class in c#?
What is the Order of precedence for LOGICAL Operators in ASP?
How do I save an aspx file?
Define microsoft intermediate language (msil)?
What is aspx cs file?