Advertisement
AreWe

Untitled

Jan 18th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. (input) => {
  2. const kvm = Number(input.shift());
  3. const finalPrice = kvm*7.61;
  4. console.log("The final price is: " + (finalPrice*0.82).toFixed(2) + " lv.");
  5. console.log("The discount is: " + (finalPrice*0.18).toFixed(2) + " lv.")
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement