Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
hi
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here var sum = 0; List<int> list = new List<int> { 10,5,0,8,10,1,4,0,10,1 }; list.Sort(); sum = list.Skip(3).Sum(); Console.WriteLine(sum); } } }
run
|
edit
|
history
|
help
0
Foreach
Ejemplos polimorfismos con interfaces y posibles usos sencillos c#
Alin
凑单
time
30272 Program Ex1
Pruebas
Changing asp net user password
salary
Fibonacci Series