Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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: YourNameAssignmentreplace
YourName with your actual name 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 YourNameAssignmentjava 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 YourNameAssignment
public static void main String args
System.out.println Hello World! My name is YourName and I am learning Java.";
Buildcompile and executerun your code.
Create a screenshot document called YourNameAssignmentdocx replace YourName with your actual name
from the YourNameAssignmentdocx 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 andor
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 YourNameAssignmentdocx screenshots document on eCampus under Assignment Do not archive
RAR ZIP, etc just attach and submit the requested files as they are under one attempt. Please verify in the
submission confirmation page that you submitted the correct files.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started