Question: Java Program : Please save the program with the name Dstring.java Write a program that reads a string from the keyboard. If the length of

Java Program : Please save the program with the name Dstring.java

Write a program that reads a string from the keyboard. If the length of the string is an even number, your program should split the string into two strings of equal length. If the length of the string is odd, your program should split the string into two strings where the first part has one more character than the second part. Your program should output the two strings it created.

For example:

Input: 2BeOrNotToBe

Output: 2BeOrN

otToBe

Input: ToBeOrNotToBe

Output: ToBeOrN

otToBe

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!