This assignment is designed to help you familiarize yourself with creating a project in Intelli), setting a breakpoint, and hitting the breakpoint in debug mode. You are going to use the code provided below and submit a picture of you hitting a breakpoint in Intelli). public class HelloWorld { public static void main(String[] args) { String hello = "Hello"; String world = "world!"; System.out.println(String.format("%s %s", hello, world)); } } Set a breakpoint on the line that calls the printin function, notice that in IntelliJ it prints the contents of the variable as it executes. Once you have successfully hit the breakpoint, upload a jpg, png, or pdf of the screen.