Question: Write a program to reverse the sequence of consecutive 3 letters in a string after every 6th letter. You are required to take input from
Write a program to reverse the sequence of consecutive 3 letters in a string after every 6th letter. You are required to take input from the user. For example, given a string like the following abcdefghijklmnopqrstuvwxyz12345678910zz the output would be abcdefihgjklmnorqpstuvwx1zy2345671980zz Hint: Use Stringbuffer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
