Sign in to test your solution.
// Disemvowel program using System; class Submission { // ------------------------- // Subprograms // ------------------------- static string dvowel(string message) { } // ------------------------- // Main program // ------------------------- public static void Main(string[] args) { Console.WriteLine(dvowel(message)); } }
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.