- The source code file you will edit is in the src folder and contains a Java class file named HelloXwing.java
- Modify the HelloXwing.java file to print out to the console the xwing() method.
- Run your program, verify an ascii-art X-Wing prints to the console, and save your changes.
- Commit your changes back to your GitHub account and follow the video on doing a Pull request to the instructor account.
1.The difference between a statement and a comment is that a statement is a line of code that performs a basic operation, while a comment has no effect on the execution of the code and make it easier to understand the code.
2.When they say a program is portable, the mean that it can run on other computers.
3.In common English, the word compile means to produce by assembling information collected from other sources.
4.An executable is a computer file containing a program, or part of a program, that is capable of being executed. It is used as a noun because it is calling it executable rather than performing the execution.