W.A.P to concatenate two strings using scanner class
Answers
Answered by
1
Answer:
this might help
Explanation:
mport java.util.Scanner;
public class String_Concatenate.
{
public static void main(String[] args)
{
String a, b, c;
Scanner s = new Scanner(System. in);
System. out. print("Enter first string:");
Similar questions
French,
24 days ago
History,
1 month ago
Geography,
1 month ago
Hindi,
9 months ago
Social Sciences,
9 months ago