Answered step by step
Verified Expert Solution
Link Copied!

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 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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David M. Kroenke

12th Edition International Edition

1292023422, 978-1292023427

More Books

Students also viewed these Databases questions

Question

One common identifier names the entire structure.

Answered: 1 week ago

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago