2.8 Extra Oefeningen: Gemiddelde

Sign in to test your solution.
using System; namespace Extra___Oefening_2_Gemiddelde { public class Program { public static void Main(string[] args) { //variabele declareren //gegevens opvragen //gemiddelde berekenen //resultaat tonen } } }
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.