Question: Display two different ways to join/concatenate the following two strings together to get the string Hi, mom.: String hi = Hi, ; String mom =
Display two different ways to join/concatenate the following two strings together to get the string "Hi, mom.":
String hi = "Hi, ";
String mom = "mom.";
a)
b)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
