H4 Eindkapitaal berekenen

Sign in to test your solution.
using System; namespace Eindkapitaal_berekenen { public class Program { public static void Main(string[] args) { //kleef hieronder jouw code } } }