(3.7) Klasgegevens: docenten toevoegen
Sign in to test your solution.
// Regels code die starten met 'package' voeg je niet toe;
// regels code die starten met 'import' (en die we nog niet voor jou toevoegden) voeg je wel toe.
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
import java.util.Locale;
public class Klasgroep {
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.