2 | | Java is a programming language. It consists of a small, concise set of words that let you describe to the computer exactly what you want it to do. To write your first Java program, create a new folder in your documents folder named Java Projects and a new folder in there named Hello World. |
| 2 | Java is a programming language. It consists of a small, concise set of words that let you describe to the computer exactly what you want it to do. A Java program consists of one or more files. We use a Microsoft program called VSCode to write and run Java programs. Each program must have its own folder. To write your first Java program, create a new folder in your Documents folder named Java Projects. In the Java Projects folder, create another new folder named Hello World. |
| 3 | [[Image(ProjectFolder.jpg, 50%)]] |
| 4 | |