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.
j = scan.nextInt(); // read a line of input and save it to a
variable
e = scan.nextDouble(); // read a line of input and save it to a variable
scan.nextLine();
t = scan.nextLine(); // read a line of input and save it to a variable
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 →
j = scan.nextInt(); // read a line of input and save it to a
variable e = scan.nextDouble(); // read a line of input and save it to a variable scan.nextLine(); t = scan.nextLine(); // read a line of input and save it to a variable