let country =readLine(); let capital =readLine(); //complete the code return (`Name: ${country}`+","+` Capital: ${capital}`); | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

let country =readLine(); let capital =readLine(); //complete the code return (`Name: ${country}`+","+` Capital: ${capital}`);

Please answer correct kaise karen

24th Feb 2023, 8:05 AM
Krishna Murari
Krishna Murari - avatar
4 Answers
+ 4
Please don't put code in the title section. Put your complete code in the description or link it via code playground. Tag the relevant programming language. Mention course name and task number.
24th Feb 2023, 8:46 AM
Lisa
Lisa - avatar
+ 1
let country =readLine(); let capital =readLine(); //complete the code return (`Name: ${country}`+","+` Capital: ${capital}`);
24th Feb 2023, 3:07 PM
Krishna Murari
Krishna Murari - avatar
+ 1
👉Tag the programming related 👉 Mention course name and task number 👉 Show your COMPLETE code. This is not the complete code. DO NOT DELETE THE GIVEN CODE. You deleted the main method and parts of your function
24th Feb 2023, 3:35 PM
Lisa
Lisa - avatar
0
Thanks this really works👏💯
24th Feb 2023, 4:19 PM
Krishna Murari
Krishna Murari - avatar