2
Answers

C# Guidance to sort by color

I need guidance on writing a C# program where alphabets are randomly highlighted as shown below
ABCDEFG
 
and this sequence must be rearranged by the highlighted color and should be seen like 
 
ADGBFCE

Answers (2)