private static string GetPercentageRounds(double percentage)
const String blue = "\U0001F535";
const String white = "\u26AA";
.Range(0, 10).Select(x => ","+x )
.Aggregate("x", (acc, x) => acc + x);
Console.WriteLine("Hello World" + a );
for(int i=0; i<10; i++) ret += ( percentage*10 > i ) ? blue : white;
public static void Main()
Console.WriteLine(" " + GetPercentageRounds( 0.00 ) );
Console.WriteLine(" " + GetPercentageRounds( 0.01 ) );
Console.WriteLine(" " + GetPercentageRounds( 0.10 ) );
Console.WriteLine(" " + GetPercentageRounds( 0.15 ) );
Console.WriteLine(" " + GetPercentageRounds( 0.20 ) );
Console.WriteLine("Hello World" + GetPercentageRounds( 0.45 ) );