Week 1 Interactive Assignment

Hello!

This week we went over installing Java and printing "Hello My Name Is ...". However, since I currently use Visual Studio Code, I needed to download the Java Development Kit (JDK) on my local environment. I utilized the Visual Studio Code website- https://code.visualstudio.com/docs/java/java-tutorial to help download the right kit for my operating system. I also followed the steps in this link The Java Tutorials: Trail: Getting Started and followed the instructions to create a source file. Once in my program, I made corrections to my code to run my name properly. I came across the error- "Exception in thread "main" java.lang.Error: Unresolved compilation problem: Syntax error, insert "}" to complete ClassBody". I searched the error on google and found a Reddit post (https://www.reddit.com/r/javahelp/comments/7z14vu/java_error_insert_to_close_class_body/) while reading through the comment I was able to solve my problem and successfully print the following:



 (Links to an external site.)

Comments