Python string substitution programming exercise
Write a program in any programming language to do the following:
- Replace all the vowels in the string “National Center for Supercomputers Applications” by their corresponding order number in alphabetical sequence (a with 1, e with 5, etc).
- Print the resulting string.
- Print the total number of consonants in the given string.