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
|
3985 Discussions
|
Please Login in order to post a comment
The task says:
But this is not true, You'll need to create and initalise them yourself to pass.
Eg:
`
This is correct code but still icant figure it out why do we taken that i & d as 4 can anybody** help me **with that .
}
I want to share my solution in Java:
i = 4 d = 4.0 s = 'HackerRank '
a = int(input()) b = float(input()) c = str(input()) print(i+a) print(d+b) print(s+c)
How do you solve this challenge? When I submit my code, it remains "unsolved" but it gave me full credit under the submissions tab.