Java Stdin and Stdout 1 Hac
Х
+
a
Search Goos
Difficulty
In this challenge, you must read an integer, a double and a String from stdin, then print the values according to the instructions
In the Output Format section below. To make the problem a little easier, a portion of the code is provided for you in the editor
Note: We recommend completing Java Stain and Stdout before attempting this challenge
Max score
Submitted By
Input Format
NEED HELP
View discussions
There are three lines of input
1. The first line contains an integer
2. The second line contains a double
3. The third line contains a String
View editorial
View topami
Output Format
RATE THIS CHALLENGE
MORE DETAILS
There are three net of output
on the first lineprint String: followed by the unaltered String read from stdin
2 on the second line paint Double: followed by the unaltered double read from stdin
3 on the the line bunt Int: followed by the unaltered integrerad from
Tomas the problem easter portion of the code already provided the cotton
Note: your mediated to method recall the detoken
Det
Sample Input
Answers
Answered by
0
Answer:
In this problem, you need to read 3 integers from stdin and print them in stdout.
Sample input:
42 100 125 Sample output:
42 100 125 To make the problem easier for you, part of the code is already provided in the editor.
Explanation:
please make me brainilest
Similar questions