1. Open a command prompt window and go to the directory where you saved the java program. 2. Type 'javac TC.java' and press enter to compile your code. If there are no errors in your code, the command ...
Temperature-Converter-Java/ ├── app/ │ ├── src/ │ │ └── main/ │ │ ├── java/com/example/tempconvrter ...