Voting count

Sign in to test your solution.
// Voting count program using System; using System.Collections.Generic; class Submission { // ------------------------- // Subprograms // ------------------------- static int[] count_votes(List<string> ballot) { } // ------------------------- // Main program // ------------------------- public static void Main(string[] args) { List<string> votes = new List<string> {"A", "B", "B", "B", "B", "C", "C", "D", "A", "B", "A", "B", "A", "B", "D", "B", "C", "B", "B", "A"}; Console.WriteLine($"Answer A: {result[0]}"); Console.WriteLine($"Answer B: {result[1]}"); Console.WriteLine($"Answer C: {result[2]}"); Console.WriteLine($"Answer D: {result[3]}"); } }
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.