Question: ASSIGNMENT 4 Do not forget to read the warnings at the end of the document before coding and submission. In this assignment you are going

ASSIGNMENT 4 Do not forget to read the warnings at the end of the document before coding and submission. In this assignment you are going to write a program that takes a string, and two capital letters as an input. Your program will check the elements of the string, and if they are letters that are in between given capital letters, it will move them to the end of the string. For example, If the input capital letters are A and D, the program is going to move the characters "a Ab BCC d D" to the end of the string. Input string: "This is a ABC test" Ouput string: "This is testaABC" You are not going to use any libraries other than
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
