Warning! It seems that you are using Dodona within another webpage, so not everything may work properly. Let your teacher know so that he can solve the problem by adjusting a setting in the learning environment. In the meantime, you can click this link to open Dodona in a new window.
Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
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]}");
}
}