Question: Java PART C: ROTATE LEFT Write a program with class name RotateLeft that asks the user to enter a string. Then, your program should print

Java
PART C: ROTATE LEFT Write a program with class name RotateLeft that asks the user to enter a string. Then, your program should print out a rotated left version where the first 2 chars are moved to the end. Assume the string length will be at least 2. Methods to use: substring(), length(), concat() Testing cases: Hello java code cat 12345 Chocolate bricks => llohe => vaja => Hi => deco > ta => 34512 => ocolatech => icksbr Sample output: 1 Problems Javadoc Console X terminated RotateLeft Java Application/LibraryUava Java Virtual Machines/id-12.0.2 dContents/Home/bin/ava (Sep 10, 2019, 10-47-35 AM) Please enter a string : java Writable Smart insert 16:1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
