Question: ASSIGNMENT 1 This assignment tests your basic knowledge of computer components and software. For this assignment you are going to install and use Microsoft Word,

ASSIGNMENT 1
This assignment tests your basic knowledge of computer components and software. For this assignment you are going to
install and use Microsoft Word, Java, and NetBeans to create a simple program.
Create a project and a class using NetBeans. Call both class and project: YourNameAssignment1(replace
YourName with your actual name)?1. If you do not use the exact name for both, the program will not run (so watch
the spelling and caps).
Add the code below to the YourNameAssignment1.java . Watch the spelling and the caps. Remember that the
program name should be exactly the same as the class name.
//This is my first Java program
public class YourNameAssignment1
{
public static void main (String[] args)
{
System.out.println ("Hello World! My name is YourName and I am learning Java.");
}
}
Build/compile and execute/run your code.
Create a screenshot document called YourName-Assignment1.docx (replace YourName with your actual name)
from the YourName-Assignment1.docx template. Create a screenshot of the editor window that shows the
complete code and paste it into your screenshots document in the DRIVER CLASS section. If the entire code and/or
output do not fit into one screenshot, create multiple screenshots and paste them in the screenshots document.
Create a screenshot of the editor window that shows the complete output and paste it into your screenshots
document in the OUTPUT section.
Submit the YourName-Assignment1.docx screenshots document on eCampus under Assignment 1. Do not archive
(RAR, ZIP, etc), just attach and submit the 2 requested files as they are under one attempt. Please verify in the
submission confirmation page that you submitted the correct files.
 ASSIGNMENT 1 This assignment tests your basic knowledge of computer components

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!