toFixed

Run Settings
LanguageJavaScript
Language Version
Run Command
const solve = (input) => { // Write your code here input=input.split(" ").map((x)=>parseFloat(x)); let result=((input[0]* input[1]* input[2])/100); result.toFixed(6); console.log(result); } solve("1500 1.4 3")
Editor Settings
Theme
Key bindings
Full width
Lines