readme.txt Study the files in this directory in the order shown below. Compiling and running these short programs, then modifying them, saving and re-compiling/re-running them is an excellent way to get comfortable with the Vim editor and the special jcr command, as well as the jcru command and the Utils class. Both the jcr and jcru commnands are set up by the instructor, and the Utils class is the first of several instructor-supplied classes that you will be using throughout the course. HelloWorld.java HelloWithPause.java //Be sure to understand how the pause works! Version.java CLP1.java //Be sure to understand how jcru and Utils give you the pause! CLP2.java IntCharConversions.java Assertions.java SwitchExtended.java (switch has new capabilities since Java 14) Shuffle.java ClassVsRecord.java (the record data type is new since Java 16)