Opening the reading…
Opening the reading…
PROGRAMMING FUNDAMENTALS › JAVA FUNDAMENTALS
This is a scratch drill — your code runs, nothing is graded or recorded. No test cases, no expected output, no verdict.
TASK
Repair the C++ translation so the two output statements print "Hello" and "Java" on separate lines. Move the block comment's closing delimiter so the second output statement is active, and keep the comments inactive.
OUTPUT
SampleHello Java
What a finished answer prints, from the lesson. Nothing has run yet — press Run and this is replaced by your program’s own output.