subject

Write a rotate() function that takes two parameters, a string intended to be one upper-case a-z letter and an integer, and returns a string. *the returned string should be the *input letter rotated by the number of positions specified by the integer argument*. (the romans of caesar's time only used what today we call upper-case letters.) so a call to rotate("c", 1) should return (return not print) the string "d" and a call to rotate("d", -1) should return the string "c". rotation should "wrap around" the end of the alphabet, so rotate("z", 3) should return "c".

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 13:30
Use the keyword strategy to remember the meaning of the following word. the meaning for the word has been provided. write your keyword and describe the picture you would create in your mind. centurion: a commander in the army of ancient rome. keyword: picture:
Answers: 2
question
Computers and Technology, 23.06.2019 07:30
What are ways to switch windows in excel? check all that apply. on the status bar, click the windows button, and then click the file name. on the task bar, click to display the excel jump list, and then click the file name. on the view tab, in the window group, click switch windows, and then click the file name. on the review tab, in the viewing group, click files, and then click the file name.
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
What can a word user do with the customize ribbon dialog box? check all that apply. minimize the ribbon add a new tab to the ribbon remove a group from a tab add a group to a tab choose which styles appear choose which fonts appear choose tools to appear in a group
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
Your is an example of personal information that you should keep private.
Answers: 2
You know the right answer?
Write a rotate() function that takes two parameters, a string intended to be one upper-case a-z lett...
Questions
Questions on the website: 13722360