Using the JShell in Java

Using the JShell in Java problem You wish to try out some Java coding without spinning up a whole IDE. Java 9 introduced the jshell, a command-line tool that helps developers write and execute code quickly and easily. E.g. there’s a small bit of logic you wish to try out and see the result. SOLUTION […]