Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Reverse a String Using Hash Function
//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 String Str="Ningaraja"; Console.WriteLine("Entered String is"+Str); var unique=new HashSet<Char>(Str); Console.WriteLine("Converted string is"); foreach(Char c in unique) { Console.WriteLine(c); } } } }
run
|
edit
|
history
|
help
1
first VB code
operatoru
EvenOdd
Fun with Enums
qw
EX8 For_Loop & While_loop
dsda
Story
train555555
Login Silencioso