(2.1) Stringbasics: begroeting
Sign in to test your solution.
// de vermelding 'package...' plak je NIET in dit antwoordvenster
import java.util.Scanner;
// je kan imports toevoegen
public class Oef01{
//kopieer hieronder code van het hoofdprogramma
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.