CPT111-Week1 #Java 2025-09-25 Simply started my learning process right here. 12345678import java.util.*;public class LoveThreeThousands { public static void main(String[] args) { int threeThousands = 3000; System.out.println("\"I love you "+threeThousands+".\""); }}