H5 Beslissingen - Soort driehoek bepalen

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