DSA SheetLesson · no judge

CODE DRILL 2 · RUN ONLY

Write it, run it, read the output

This is a scratch drill — your code runs, nothing is graded or recorded. No test cases, no expected output, no verdict.

TASK

Complete the same race broadcast record in Java so it preserves 12 laps, 3000000000 replay views, a lap time of 73.63 seconds, a wind speed of 2.1, and lane B. Replace the marked value with a suitable Java type and literal suffix, then print the five values in order, one per line.

Java
Loading editor…

OUTPUT

Sample
12
3000000000
73.63
2.1
B

What a finished answer prints, from the lesson. Nothing has run yet — press Run and this is replaced by your program’s own output.

Previous · Variables