Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Crystals Plep
//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 { private static char Findrecurring(string str) { return str.Where((currentchar, i) => str.Substring(i + 1, str.Length - (i + 1)).Contains(currentchar)).FirstOrDefault(); } public static void Main(string[] args) { Console.WriteLine(Findrecurring("AQWETYIUOGHCG")); } } }
run
|
edit
|
history
|
help
0
Reverse words in string
Ejercicio bucles
Operators
Coding
A
sorted array
Calculadora
Timespan Calculator
divisão
Kalyan IP range check