In java Language Write the method named shift3() * * You are given a String str. Return a new String where * all of the characters are "shifted" by 3. Here is the * algorithm to do this * 1. Visit each character in the String * 2. Create a new char by adding 3 * 3. Store the new character in the output string * * Examples: * shift3("hello") returns "khoor" * shift3("cat") returns "fdw" * shift3("frog") returns "iurj" * * @param str the String to start with * @return the rotated String as described here

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 17RQ
icon
Related questions
Question

In java Language

Write the method named shift3()
*
* You are given a String str. Return a new String where
* all of the characters are "shifted" by 3. Here is the
* algorithm to do this
* 1. Visit each character in the String
* 2. Create a new char by adding 3
* 3. Store the new character in the output string
*
* Examples:
* shift3("hello") returns "khoor"
* shift3("cat") returns "fdw"
* shift3("frog") returns "iurj"
*
* @param str the String to start with
* @return the rotated String as described here

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT