#3 HackerRank Java Stdin and Stdout II DSA Problem Solution in Hindi Java Language #HackerRank

preview_player
Показать описание
In this video, I want to show HackerRank Java Stdin and Stdout II DSA Problem Solution in Hindi Java Language #HackerRank
#HackerRankCoding
#HackerRankProgramming
#HackerRankCodingPlatform

There are three lines of input:

The first line contains an integer.
The second line contains a double.
The third line contains a String.

There are three lines of output:

On the first line, print String: followed by the unaltered String read from stdin.
On the second line, print Double: followed by the unaltered double read from stdin.
On the third line, print Int: followed by the unaltered integer read from stdin.

example:

input:

57
4.2415
Welcome to HackerRank's Java tutorials!

output

String: Welcome to HackerRank's Java tutorials!
Double: 4.2415
Int: 57
Рекомендации по теме
visit shbcf.ru