function convert(naira,ex_rate){ return naira/ex_rate; }console.log(convert(10000,1500));
Standard input is empty
6.666666666666667
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!