(3.6) Vervoer: command line argument
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.FileNotFoundException;
public class Hoofdprogramma{
public static void main(String[] args) throws FileNotFoundException {
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.