0
Please help me out
I have this code and itâs still showing me error..I donât know what I did wrong ..I am trying to solve a JavaScript project,.. CURRENCY CONVERTER function convert(amount, rate) { var amount = parseFloat(readLine(), 10); var rate = parseFloat(readLine(), 10); return amount; console.log(convert(amount, rate)); } convert (42 * 0.72);
1 Answer
0
yes tht is what i am trying to do..