Oefeningen H3: BMI berekenaar

Sign in to test your solution.
using System; namespace oefening { public class Program { public static void Main(string[] args) { } } }