चेंज द नरेश चंद्र सीडीजेआर आइंस्टाइन इन व्हाट ईयर डिड द प्रोसेस डिफेंडर फ्रेंड्स अट व्हाट आर यू आई डोंट नो सी डोंट नो यू हैव बीन टोल्ड टो फाइनल
Answers
Answered by
0
Answer:
public class Echo { public static void main(String[] args) { String line;
Scanner in = new Scanner(System. in); System. out. print("Type something: "); line = in. nextLine();
System. out. println("You said: " + line); System. out. print("Type something else: "); line = in. nextLine()
Explanation:
please mark me as brainlist
Similar questions