Code Testing Java Aug 21, 2022 • 1 min read APCSA Here is some Java code. Testing the print function, should print "Hello". System.out.println("Hello") Hello