...

/

Example 77: Delete Vowels

Example 77: Delete Vowels

Learn how to delete vowels from a string.

We'll cover the following...

Problem

Write a function that takes in a string as input and deletes all vowels from it. It should print the final sentence on the console.

Example

Input Output
...