Computer Science, asked by dahfhah, 1 month ago

W.A.P to concatenate two strings using scanner class

Answers

Answered by deetyaagarwal
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