Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1
//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 Color { public string color; } public class Program { public static void Main(string[] args) { List<Color> lColorTemp = new List<Color>() ; List<Color> lColor = new List<Color>(); lColor.Add(new Color {color = "red"}); lColor.Add(new Color {color = "blue"}); lColor.Add(new Color {color = "green"}); lColor.Add(new Color {color = "black"}); foreach (Color l in lColor) { Console.WriteLine(l.color ); foreach (Color l1 in lColorTemp) { if (l.color != l1.color) l1 } } } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Unity Wall Climbing script Version 1
Diagonal Difference
проект из 7 главы
ADSA - Tuto 1 - Exo4 - b - Proposition d'algo en O(n)
Find smallest and largest integers in unsorted array
WindowsFormsApp1
Prsonal informashin
Permutations of string
Hello World!
asxasdxsd
Please log in to post a comment.