Skip to content

The robot spec sheet

W1
SolvePhase 1 of 220 XP

Five facts

Every team keeps a spec sheet for its robot. Yours is going to print itself.

Declare five variables and print five lines. Pick the type that fits each fact: String for text, int for whole numbers, double for a number with a decimal point, boolean for yes or no.

Print exactly these lines, in this order. Spaces and capitals count.

The checks are looking for

  • Main needs a method: public static void main(String[] args)That line is where your program starts. Leave it exactly as it is and write inside it.

What it should print

Robot: Thunderbolt
Team: 6637
Weight: 118.5 lbs
Motors: 4
Has intake: true

Beta

3 hints left. Asking is free.

Next up is Level up Make it do the arithmetic

Press Run and the robot drives here. After a Check, any test that drove the robot has a “Replay this” button next to it.

The robot spec sheet · Robot On-Ramp