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.
Day 1: Data Types
Day 1: Data Types
Sort by
recency
|
3990 Discussions
|
Please Login in order to post a comment
import java.util.Scanner;
public class Solution { public static void main(String[] args) { int i = 4; double d = 4.0; String s = "HackerRank ";
}
agreed on confunsing wording
python3
I don't know if it's just me but the wording was super confusing.
in C# this works
here is Day 1 data types solution in python, java, c++, c and javascript - https://programmingoneonone.com/hackerrank-day-1-data-types-30-days-of-code-solution.html