Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Finding of the 4 larger (bigger) numbers from the list
like{1245,4587,2145,1163,29987,65783.....}

Answer Posted / santhosh

int Max = 4;
List<int> lst = new List<int>(new int[] { 1, 12,
2, 11, 15, 3, 14, 4, 5, 6, 7, 8, 9, 10 });
lst.Sort();
if (Max <= lst.Count)
Console.WriteLine(string.Format("The {0} th
Maximum value is {1}.", Max, lst[lst.Count - Max]));
else
Console.WriteLine(string.Format("This list
contain less items. So you could not find the {0}th highest
value from the list.", Max));

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is inheritance in oop?

1096


What is static in oop?

1120


What is abstraction encapsulation?

1202


How can you overcome the diamond problem in inheritance?

1231


2. Give the different notations for the class.\

2228


what is graphics

2519


What is and I oop mean?

1283


What causes polymorphism?

1190


what are the realtime excercises in C++?

2900


What is oops and its features?

1153


What exactly is polymorphism?

1188


class type to basic type conversion

2477


Can a destructor be called directly?

1139


What is destructor example?

1121


What is encapsulation and abstraction? How are they implemented in C++?

1191