Oefeningen H2: Kill/Death-ratio

Sign in to test your solution.
using System; namespace Kill_death_ratio { public class Program { public static void Main(string[] args) { //berekening killDeathRatio //tonen van het resultaat } } }