public class Main { public static void main(String[] args) { int score = 42; System.out.println(score); } }
Click Run to execute this code.