Project 1: Hello, world

Objectives:

Description

Write a Java program (with comments) that displays the following:
  1. hello, world on the first line
  2. Find the row on the table at of the Occupational Outlook Handbook that best describes your future career. State the job title on the second line.
  3. Explain what you want to do for a career and why on the third line
For the comments, only include comments that would be helpful for someone that already knows Java.

Note, to display the above, your program must compile and run.

Examples

The following is an example of correct execution:
hello, world
Job Title: Professor
I want to be a professor because not only do I feel like it is my calling, I love helping people learn a very valuable skill that can change their lives!

Rubric:

Points       Item
----------   --------------------------------------------------------------
_____ /  5   Meaningful comments (comment header block and description of major portions of code)
_____ / 10   Line 1
_____ /  5   Line 2
_____ /  5   Line 3
_____ /  2   Completed rubric (estimates for each line including hours spent)

_____ / 27   Total


_____  Approximate number of hours spent

I, (REPLACE WITH YOUR FULL NAME), affirm that the code that I submitted is my own work and that I did not receive help that was not authorized by the instructor.

Copy and paste the above rubric into a file named rubric-project1.txt file (not a .docx, .doc nor .rtf file). Think of this as a checklist to ensure that you receive the maximum points possible. For each grade item, fill in your estimate for the grade you deserve. Additionally, include your estimate of how many hours your spent. Lastly, replace, "(REPLACE WITH YOUR FULL NAME)" with your full name to indicate that what you are submitting is entirely your own work.

Submission

Submit your .java file to the appropriate Assignment tab/folder in CougarVIEW. If you're looking for your .java file and don't remember where you created your project, you can either use your desktop search and search for the name of the class followed by .java. Alternatively, you can start to create a new project and see where the default location is. You're project is probably in the same place. If you resubmit one or more files, use the same file names. This will effectively replace those files. If you need to change the filenames, then please submit the new file(s) and email me.