Remediëring 1 - Eerste letters

Sign in to test your solution.
using System; namespace EersteLetters { public class Program { public static void Main(string[] args) { // Stap 1: Declareer variabelen // Stap 2: Vraag input // Stap 3: Extraheer eerste 3 letters met Substring // Stap 4: Toon output } } }
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.