Knowee
Questions
Features
Study Tools

If in the English alphabets each consonant is substituted by the immediate preceding letter and each vowel is substituted by the immediate following letter, then the word CAPITALISE will be written as 1 pointBBOJSBMJRFBBOJSBKJRDBBQJSBKJRFBBOJSBKJRF

Question

If in the English alphabets each consonant is substituted by the immediate preceding letter and each vowel is substituted by the immediate following letter, then the word CAPITALISE will be written as 1 pointBBOJSBMJRFBBOJSBKJRDBBQJSBKJRFBBOJSBKJRF

🧐 Not the exact question you are looking for?Go ask a question

Solution

The question seems to be incomplete. Could you please provide the complete question?

Similar Questions

Capitalization is writing a word with its first letter as a capital letter. Your task is to capitalize the given word.Note, that during capitalization all the letters except the first one remains unchanged.InputA single line contains a non-empty word. This word consists of lowercase and uppercase English letters. The length of the word will not exceed 103.OutputOutput the given word after capitalization.ExamplesinputCopyApPLeoutputCopyApPLeinputCopykonjacoutputCopyKonjac

If you rearrange the capital letters in the sentence into a new word, what word will they form? Write it in the box below.He would MESTOSEIM take a stroll down the village after dinner.

Write a python program to convert all the letters in the string to uppercasestring = "Hello World"print(string.upper())string = "Hello World"print(string.title())string = "Hello World"print(string.capitalize())string = "Hello World"print(string.Upper())

Write a function called count_capitals that takes a string argument and returns the number of capital (upper case) letters in the string. The function should look very similar to the one you wrote for Exercise 1(a) in Lab 4.For this problem, you will need to determine if a letter is a capital. It will be helpful to know that in the unicode character encoding, the capital letters (of the English alphabet) are ordered sequentially; that is ord('A') + 1 == ord('B'), ord('A') + 2 == ord('C'), etc, up to ord('A') + 25 == ord('Z'). (Alternatively, have a look at the documentation of python's string methods; there are several that help you do things with letter case.)

hoose the word that cannot be made from the word in capitals.PARLIAMENTAmaterialBterminalCpaternalDimperialElaminate

1/2

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.