You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Answers to Questions
The difference between a statement and a comment is that a comment leaves a piece of information about the program that doesn’t affect the output. While a statement specifies one step of the program.
When a program is portable, it means that it can run on a different computer.
The word compile means to translate a high-level language into a low level one.
An executable is the name of an object code ready to run on specific hardware.