We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Solution is very simple below is the code:
let si = parseInt(readLine());
let sd = parseFloat(readLine());
let ns = readLine();
console.log(i + si);
console.log((d + sd).toFixed(1));
console.log(s + ns);
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Data Types
You are viewing a single comment's thread. Return to all comments →