Write an algorithm to delete vowels from a string.
Given a string. You need to delete vowels of this string and return string.
If string is "codela", return must be "cdl".
codela
cdl
Log in to make your opinion count.