Hello, I have just started in a java class and having trouble with first assignment. Our first assignment was to enter into Notepad++ and enter a java program provided to us. I did this and saved the program as Quiz1.java.
The next step was to compile the file using the javac compiler. I open the command window and typed javac Quiz1.java. When I do this it says javac:file not found:Quiz1.java
I am not sure what I am doing wrong