function main() { var amount = parseFloat(readLine(), 10); var rate = parseFloat(readLine(), 10); console.l | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

function main() { var amount = parseFloat(readLine(), 10); var rate = parseFloat(readLine(), 10); console.l

Javascript

5th Aug 2022, 6:44 PM
Umar Ado Isyaku
Umar Ado Isyaku - avatar
1 Respuesta
+ 3
What is the question? What is the task? Please do NOT put code in the title section, it gets cut off, nobody can read it. Put your code in a script on sololearn playground: Go to Code section, click +, select the programming language, insert your code, save. Come back to this thread, click +, Insert Code, sort for My Code Bits, select your code.
5th Aug 2022, 7:00 PM
Lisa
Lisa - avatar