let country =readLine(); let capital =readLine(); //complete the code return (`Name: ${country}`+","+` Capital: ${capital}`); | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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