1.9 Bestand inlezen - lengte woord
Sign in to test your solution.
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class Oef09 {
public static void main(String[] args) {
}
}
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.