Airline ticket

Log in om je oplossingen te testen.
// Airline ticket program using System; class Submission { // ------------------------- // Subprograms // ------------------------- // Function to return truncated airport names static string airports(string departure, string arrival) { } // ------------------------- // Main program // ------------------------- public static void Main(string[] args) { Console.WriteLine(airports("Gatwick", "Amsterdam")); } }
Je kunt zo vaak indienen als je wenst. Er wordt enkel rekening gehouden met je laatst ingediende oplossing.
Log in om je oplossingen te testen.