0
function main() { var amount = parseFloat(readLine(), 10); var rate = parseFloat(readLine(), 10); console.l
Javascript
1 Réponse
+ 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.