Question: PART B: WITHOUT ENDS Write a program with class name WithoutEnd that asks the user to enter a string. Then, your program should print out

PART B: WITHOUT ENDS Write a program with class name WithoutEnd that asks the user to enter a string. Then, your program should print out the string without the first and last char. Assume the string length is at least 2. Methods to use: substring(), length() Testing cases: Hello java coding code => ell => av => odin => od CS 170: Java programming 1 ab Chocolate! kitten woohoo => (empty string) => hocolate => itte => 09ho Sample output: Problems Javadoc Console terminated WithoutEnd Java Application Library Java Java Virtual Machines/jdk-120.2.dk/Contents/Home/binjava (Sep 10, 2019, 10:30:09 AM Please enter a string 1 Hello
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
