0

enter image description here Here you see the problem

Im the new to programming.

1 Answers1

1

You are calling the compiler from the wrong directory. The file path actually is: C:\Users\User\documents\Sum.java.

Either run javac documents\Sum.java or switch to the "documents" directory by doing cd documents.

Andreas
  • 5,393
  • 9
  • 44
  • 53