subject

Your program will ask the user for a String that has a minimum of 3 characters. Then, you will print out the "Swap". The characters at index 0 and 1 will go to the back of the rest of the String. (Example: Original String of Hello will become lloHe).

Then, using the swap String, you will print out the vowel replacements. All vowels will be changed to be the character directly after them in the alphabet. The cases of the vowels should remain the same when changed to the consonants. (Example: a changes to b, E changes to F, etc. lloHE would become llpHF)

Then, using the vowel change String, you will print out the letters written in capital letters. (Example: llpHf would become LLPHF).

I will check your program using the following Strings entered to get the same sample outcomes:

Sample Outcome 1:

Please enter a String, with at least 3 characters


Provided String:
Swapping the String:
Replacing the Vowels:
Yelling:

Can someone please help me with the swapping letters and changing vowels portion? I am not sure what code to use for it.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
Our primary purpouse as electricians is to do wich of the following core concepts? a: install electrical components in a way they can be upgraded b: install electrical equiptment in a way that reduces heat c: install electrical systems in a safe manner d: only b and c
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Kirk found a local community college with a two-year program and he is comparing the cost with that of an out-of-state two-year school. what is the expected total cost for one year at the local community college if kirk lives at home? what is the expected total cost for one year at the out-of-state school if kirk lives on campus?
Answers: 2
question
Computers and Technology, 23.06.2019 01:30
In deadlock avoidance using banker’s algorithm, what would be the consequence(s) of: (i) a process declaring its maximum need as maximum possible for each resource. in other words, if a resource a has 5 instances, then each process declares its maximum need as 5. (ii) a process declaring its minimum needs as maximum needs. for example, a process may need 2-5 instances of resource a. but it declares its maximum need as 2.
Answers: 3
question
Computers and Technology, 23.06.2019 06:30
To become an audio technician, the most successful tactics might include the following. (select all that apply). learning how to persuade other people gaining different types of experience in audio technology learning as much as possible about art history establishing a reputation as a reliable professional
Answers: 1
You know the right answer?
Your program will ask the user for a String that has a minimum of 3 characters. Then, you will prin...
Questions
Questions on the website: 13722363