Show the length of both strings - create a third string


Question: Prompt the user and accept a string of no more than 254 characters

Prompt the user and accept a second string of no more than 254 characters

Show the length of both strings (not including the '\n' character)

Create a third string consisting of the first half of string (1) and the second half of string (2). 

Show this string - Your program must adhere to the class coding standards, and will be graded using the assignment grading criteria. 

video help

Sample Output

Program: String Processing

Author: Doug Jones

Enter string 1: This is a string

Enter string 2: This is also a string

String 1 is 16 characters long, and String 2 is 21 characters long

First half of string 1 and Second half of string 2 is: "This is so a string"

It must compile with no errors and follow the directions.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Show the length of both strings - create a third string
Reference No:- TGS0957039

Expected delivery within 24 Hours