diff --git a/.idea/misc.xml b/.idea/misc.xml index cf9abe6..69ace3f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index 5af4725..335072b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Commit various errors in the Hello World program to observe and understand the c 1. Fork this repository to your own GitHub account. 2. Clone the forked repository locally to your machine. -3. Create a new branch named Feature001. +3. Create a new branch named Feature01. ## Instructions Make each of the modifications listed below, and perform the steps noted after #10 for each error: @@ -35,7 +35,7 @@ Save each error message screenshot like error01.png, error02.png, ..., errorN.pn ## Submission Just as you did in the first lab (Reference the Lab video in your Week 1 module): 1. create a Feature01 branch of your code if you haven't already. -2. Commit your working code and images to your local copy/Feature001 branch +2. Commit your working code and images to your local copy/Feature01 branch 3. Push it to your Remote/origin branch (i.e. GitHub: Feature01 -> origin/Feature01) 4. Then issue a Pull request to my instructor repo -5. **Make sure to COPY the Pull request URL and submit it for the lab/assignment in Canvas.** \ No newline at end of file +5. **Make sure to COPY the Pull request URL and submit it for the lab/assignment in Canvas.** diff --git a/error01.png b/error01.png new file mode 100644 index 0000000..f42853e Binary files /dev/null and b/error01.png differ diff --git a/error02.png b/error02.png new file mode 100644 index 0000000..de8eb74 Binary files /dev/null and b/error02.png differ diff --git a/error03.png b/error03.png new file mode 100644 index 0000000..c087f7f Binary files /dev/null and b/error03.png differ diff --git a/error04.png b/error04.png new file mode 100644 index 0000000..acff3ea Binary files /dev/null and b/error04.png differ diff --git a/error05.png b/error05.png new file mode 100644 index 0000000..6e15cd1 Binary files /dev/null and b/error05.png differ diff --git a/error06.png b/error06.png new file mode 100644 index 0000000..11ac40b Binary files /dev/null and b/error06.png differ diff --git a/error07.png b/error07.png new file mode 100644 index 0000000..6c6fee0 Binary files /dev/null and b/error07.png differ diff --git a/error08.png b/error08.png new file mode 100644 index 0000000..5e472fb Binary files /dev/null and b/error08.png differ diff --git a/error09.png b/error09.png new file mode 100644 index 0000000..0b3fb70 Binary files /dev/null and b/error09.png differ diff --git a/error10.png b/error10.png new file mode 100644 index 0000000..32296e0 Binary files /dev/null and b/error10.png differ diff --git a/src/HelloWorld.java b/src/HelloWorld.java index 16123db..847eaca 100644 --- a/src/HelloWorld.java +++ b/src/HelloWorld.java @@ -1,3 +1,12 @@ +/** + * + * @author Trevor Hartman + * @author James Ward + * + * @since Version 1.0 + * + */ + public class HelloWorld { public static void main(String[] args) {