This lab is due by 11:59pm Thursday, August 14. The two files are due in your named google drive folder (the one I shared with you) by that time.
For a video version of today's lesson, click here: https://www.youtube.com/watch?v=QCpaXxV_bX8
1. Submit your HelloWorld.java file that you created during class. It should print "Hello World" on the screen. Your code can also print out other text if you like.
2. Create a new file called CoolText.java. In this project, your goal is to have your program print a cool picture on the screen when it runs. You will create a picture using letters, numbers and symbols in println commands. You can have it print a picture of whatever you like - a basketball, a house, a dog, a meme, it is up to you! Have fun, be creative, and feel free to make it as complicated as you desire.
Here is some code to get you started:
public class CoolText
{
public static void main(String[ ] args)
{
}
}
3. Make sure to get JGRASP and the java JDK installed on your computer at home. You can do that here: https://spider.eng.auburn.edu/user-cgi/grasp/grasp.pl?%3Bdl=download_jgrasp.html
On that side, scroll down then click on one of the "bundled" version for whatever type of computer you have. Here is what the ones you want look like: https://drive.google.com/file/d/1ueB_O8t024VHjCyBCQF5nwzfjPn8BI_T/view?usp=drive_link
[NOTE: if the only computer you have at home is a chromebook, you will not be able to use JGRASP, but you still can write your code in the codehs sandbox at https://codehs.com/sandbox/id/java-main-v7XRfE - it will not have all the same features and you will have to create an account and save stuff carefully, but it can be done :) ]
If you have trouble with anything in this or any other lab, please send me an email. I am happy to help!