SlideShare ist ein Scribd-Unternehmen logo
1 von 3
After you gain familiarity with the Eclipse environment, you are
going to write a very simple Java program, and run it using
Eclipse. Following is the sample code.
Note that the name of the following Java program is
HelloWorld.java. The spelling of HelloWorld must be exactly
the same as to the word next to "public class." Be careful about
the upper and lowercase, in Java, uppercase and lowercase does
make a difference. And by tradition, the first letter of the class
should be in upper case.
public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Hello World, this is my first
Java class");
}
}
Case Assignment
Write a java program to display a greeting message and name it
as greetings.java. The message needs to include the following
information: your name, city you live in, your profession, and
what you would like to do in your spare time etc. Once you are
done with debugging and running the program, copy a screen
shot of the output along with the java program, paste it to a
word document, and submit the word document to dropbox.
Note: use sample program as reference to prepare for this
programming assignment.
Assignment Expectations
• The program should use both
System.out.print
and
System.out.println
methods
• The program has no compiling errors.
• The program displays the greeting message required.
********PLEASE READ **********
******* Please submit (upload) your Case and SLP assignments
in two files:
1. A screenshot of the full Eclipse window, with the
(numbered) source code and the output clearly visible. The
screenshot should be taken and pasted into the Word
(LibreOffice etc.) document and submitted as .DOCX file.
The output is typically displayed in the console below the
source code or to the right of the source code.
Make sure all is included in your screenshot.
2. You also have to upload your source code as a separate .TXT
file (written in Word, WordPad or similar, (but not in
Notepad). Another option is to include your source code as a
plain text in the .DOCX document referred to in (1).
3. You DO NOT need to submit .JAVA file.
You are required to place comments in your JAVA source code.

Weitere ähnliche Inhalte

Ähnlich wie After you gain familiarity with the Eclipse environment, you are.docx

Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)Pratima Parida
 
Java interview question
Java interview questionJava interview question
Java interview questionsimplidigital
 
Unit of competency
Unit of competencyUnit of competency
Unit of competencyloidasacueza
 
C language industrial training report
C language industrial training reportC language industrial training report
C language industrial training reportRaushan Pandey
 
Structure of a C# Program
Structure of a C# ProgramStructure of a C# Program
Structure of a C# ProgramAli Hassan
 
Supplement J Eclipse
Supplement J EclipseSupplement J Eclipse
Supplement J Eclipsenga
 
Unit2 java
Unit2 javaUnit2 java
Unit2 javamrecedu
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to javaAli Baba
 
OOPM Introduction.ppt
OOPM Introduction.pptOOPM Introduction.ppt
OOPM Introduction.pptvijay251387
 
Cis 355 i lab 1 of 6
Cis 355 i lab 1 of 6Cis 355 i lab 1 of 6
Cis 355 i lab 1 of 6helpido9
 
INTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATIONINTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATIONAjit Yadav
 
(Ebook pdf) java programming language basics
(Ebook pdf)   java programming language basics(Ebook pdf)   java programming language basics
(Ebook pdf) java programming language basicsRaffaella D'angelo
 
Lec 4 06_aug [compatibility mode]
Lec 4 06_aug [compatibility mode]Lec 4 06_aug [compatibility mode]
Lec 4 06_aug [compatibility mode]Palak Sanghani
 
Cis 355 ilab 1 of 6
Cis 355 ilab 1 of 6Cis 355 ilab 1 of 6
Cis 355 ilab 1 of 6comp274
 
Cis 355 i lab 1 of 6
Cis 355 i lab 1 of 6Cis 355 i lab 1 of 6
Cis 355 i lab 1 of 6solutionjug4
 
Intro to programing with java-lecture 1
Intro to programing with java-lecture 1Intro to programing with java-lecture 1
Intro to programing with java-lecture 1Mohamed Essam
 
Java Intro: Unit1. Hello World
Java Intro: Unit1. Hello WorldJava Intro: Unit1. Hello World
Java Intro: Unit1. Hello WorldYakov Fain
 

Ähnlich wie After you gain familiarity with the Eclipse environment, you are.docx (20)

Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)
 
Java interview question
Java interview questionJava interview question
Java interview question
 
Unit of competency
Unit of competencyUnit of competency
Unit of competency
 
C language industrial training report
C language industrial training reportC language industrial training report
C language industrial training report
 
Structure of a C# Program
Structure of a C# ProgramStructure of a C# Program
Structure of a C# Program
 
Supplement J Eclipse
Supplement J EclipseSupplement J Eclipse
Supplement J Eclipse
 
Unit2 java
Unit2 javaUnit2 java
Unit2 java
 
Java Programming
Java ProgrammingJava Programming
Java Programming
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
 
OOPM Introduction.ppt
OOPM Introduction.pptOOPM Introduction.ppt
OOPM Introduction.ppt
 
Java programming language basics
Java programming language basicsJava programming language basics
Java programming language basics
 
Cis 355 i lab 1 of 6
Cis 355 i lab 1 of 6Cis 355 i lab 1 of 6
Cis 355 i lab 1 of 6
 
INTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATIONINTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATION
 
Core java introduction
Core java introduction Core java introduction
Core java introduction
 
(Ebook pdf) java programming language basics
(Ebook pdf)   java programming language basics(Ebook pdf)   java programming language basics
(Ebook pdf) java programming language basics
 
Lec 4 06_aug [compatibility mode]
Lec 4 06_aug [compatibility mode]Lec 4 06_aug [compatibility mode]
Lec 4 06_aug [compatibility mode]
 
Cis 355 ilab 1 of 6
Cis 355 ilab 1 of 6Cis 355 ilab 1 of 6
Cis 355 ilab 1 of 6
 
Cis 355 i lab 1 of 6
Cis 355 i lab 1 of 6Cis 355 i lab 1 of 6
Cis 355 i lab 1 of 6
 
Intro to programing with java-lecture 1
Intro to programing with java-lecture 1Intro to programing with java-lecture 1
Intro to programing with java-lecture 1
 
Java Intro: Unit1. Hello World
Java Intro: Unit1. Hello WorldJava Intro: Unit1. Hello World
Java Intro: Unit1. Hello World
 

Mehr von ADDY50

American History paper on Explain what transcendentalism is and how .docx
American History paper on Explain what transcendentalism is and how .docxAmerican History paper on Explain what transcendentalism is and how .docx
American History paper on Explain what transcendentalism is and how .docxADDY50
 
AMobile devices have become the de facto standard for communic.docx
AMobile devices have become the de facto standard for communic.docxAMobile devices have become the de facto standard for communic.docx
AMobile devices have become the de facto standard for communic.docxADDY50
 
Amy Tan is an American writer whose novels examine family rela.docx
Amy Tan is an American writer whose novels examine family rela.docxAmy Tan is an American writer whose novels examine family rela.docx
Amy Tan is an American writer whose novels examine family rela.docxADDY50
 
America” by Claude McKay  and We Wear the Mask” by Paul Laurence D.docx
America” by Claude McKay  and We Wear the Mask” by Paul Laurence D.docxAmerica” by Claude McKay  and We Wear the Mask” by Paul Laurence D.docx
America” by Claude McKay  and We Wear the Mask” by Paul Laurence D.docxADDY50
 
American Police Departments have evolved through several eras in whi.docx
American Police Departments have evolved through several eras in whi.docxAmerican Police Departments have evolved through several eras in whi.docx
American Police Departments have evolved through several eras in whi.docxADDY50
 
American Greed AnalysisPrepare both a presentation (PowerPoint).docx
American Greed AnalysisPrepare both a presentation (PowerPoint).docxAmerican Greed AnalysisPrepare both a presentation (PowerPoint).docx
American Greed AnalysisPrepare both a presentation (PowerPoint).docxADDY50
 
American Management Association • www.amanet.orgHas this.docx
American Management Association • www.amanet.orgHas this.docxAmerican Management Association • www.amanet.orgHas this.docx
American Management Association • www.amanet.orgHas this.docxADDY50
 
Ambush Predation of Stingless Bees (Tetragoniscaangustula) b.docx
Ambush Predation of Stingless Bees (Tetragoniscaangustula) b.docxAmbush Predation of Stingless Bees (Tetragoniscaangustula) b.docx
Ambush Predation of Stingless Bees (Tetragoniscaangustula) b.docxADDY50
 
Amazon HQ2 Research Project, BUS 163Professor Cuadra, Tacoma Commu.docx
Amazon HQ2 Research Project, BUS 163Professor Cuadra, Tacoma Commu.docxAmazon HQ2 Research Project, BUS 163Professor Cuadra, Tacoma Commu.docx
Amazon HQ2 Research Project, BUS 163Professor Cuadra, Tacoma Commu.docxADDY50
 
Always Fresh allows external users, such as vendors and business par.docx
Always Fresh allows external users, such as vendors and business par.docxAlways Fresh allows external users, such as vendors and business par.docx
Always Fresh allows external users, such as vendors and business par.docxADDY50
 
Alvin Ailey Revelations AnalysisThe purpose of this assignment.docx
Alvin Ailey Revelations AnalysisThe purpose of this assignment.docxAlvin Ailey Revelations AnalysisThe purpose of this assignment.docx
Alvin Ailey Revelations AnalysisThe purpose of this assignment.docxADDY50
 
AMMS company they have an issue with closing petty cash every month .docx
AMMS company they have an issue with closing petty cash every month .docxAMMS company they have an issue with closing petty cash every month .docx
AMMS company they have an issue with closing petty cash every month .docxADDY50
 
AmicableDeviousDissonanceEffaceGarrulousImmutabl.docx
AmicableDeviousDissonanceEffaceGarrulousImmutabl.docxAmicableDeviousDissonanceEffaceGarrulousImmutabl.docx
AmicableDeviousDissonanceEffaceGarrulousImmutabl.docxADDY50
 
An American psychologistRobert V. Guthrie, one of the most inf.docx
An American psychologistRobert V. Guthrie, one of the most inf.docxAn American psychologistRobert V. Guthrie, one of the most inf.docx
An American psychologistRobert V. Guthrie, one of the most inf.docxADDY50
 
Amazon is one of the worlds most popular online retailers. The co.docx
Amazon is one of the worlds most popular online retailers. The co.docxAmazon is one of the worlds most popular online retailers. The co.docx
Amazon is one of the worlds most popular online retailers. The co.docxADDY50
 
American Academy of Political and Social Science Woun.docx
American Academy of Political and Social Science  Woun.docxAmerican Academy of Political and Social Science  Woun.docx
American Academy of Political and Social Science Woun.docxADDY50
 
American Apparel Submit your completed strategy and change ma.docx
American Apparel Submit your completed strategy and change ma.docxAmerican Apparel Submit your completed strategy and change ma.docx
American Apparel Submit your completed strategy and change ma.docxADDY50
 
American Government Policy PaperThis project is an opportuni.docx
American Government Policy PaperThis project is an opportuni.docxAmerican Government Policy PaperThis project is an opportuni.docx
American Government Policy PaperThis project is an opportuni.docxADDY50
 
American Greetings Case1. What is going on at American Greetin.docx
American Greetings Case1. What is going on at American Greetin.docxAmerican Greetings Case1. What is going on at American Greetin.docx
American Greetings Case1. What is going on at American Greetin.docxADDY50
 
Although ADHD is often associated with children, this disorder is di.docx
Although ADHD is often associated with children, this disorder is di.docxAlthough ADHD is often associated with children, this disorder is di.docx
Although ADHD is often associated with children, this disorder is di.docxADDY50
 

Mehr von ADDY50 (20)

American History paper on Explain what transcendentalism is and how .docx
American History paper on Explain what transcendentalism is and how .docxAmerican History paper on Explain what transcendentalism is and how .docx
American History paper on Explain what transcendentalism is and how .docx
 
AMobile devices have become the de facto standard for communic.docx
AMobile devices have become the de facto standard for communic.docxAMobile devices have become the de facto standard for communic.docx
AMobile devices have become the de facto standard for communic.docx
 
Amy Tan is an American writer whose novels examine family rela.docx
Amy Tan is an American writer whose novels examine family rela.docxAmy Tan is an American writer whose novels examine family rela.docx
Amy Tan is an American writer whose novels examine family rela.docx
 
America” by Claude McKay  and We Wear the Mask” by Paul Laurence D.docx
America” by Claude McKay  and We Wear the Mask” by Paul Laurence D.docxAmerica” by Claude McKay  and We Wear the Mask” by Paul Laurence D.docx
America” by Claude McKay  and We Wear the Mask” by Paul Laurence D.docx
 
American Police Departments have evolved through several eras in whi.docx
American Police Departments have evolved through several eras in whi.docxAmerican Police Departments have evolved through several eras in whi.docx
American Police Departments have evolved through several eras in whi.docx
 
American Greed AnalysisPrepare both a presentation (PowerPoint).docx
American Greed AnalysisPrepare both a presentation (PowerPoint).docxAmerican Greed AnalysisPrepare both a presentation (PowerPoint).docx
American Greed AnalysisPrepare both a presentation (PowerPoint).docx
 
American Management Association • www.amanet.orgHas this.docx
American Management Association • www.amanet.orgHas this.docxAmerican Management Association • www.amanet.orgHas this.docx
American Management Association • www.amanet.orgHas this.docx
 
Ambush Predation of Stingless Bees (Tetragoniscaangustula) b.docx
Ambush Predation of Stingless Bees (Tetragoniscaangustula) b.docxAmbush Predation of Stingless Bees (Tetragoniscaangustula) b.docx
Ambush Predation of Stingless Bees (Tetragoniscaangustula) b.docx
 
Amazon HQ2 Research Project, BUS 163Professor Cuadra, Tacoma Commu.docx
Amazon HQ2 Research Project, BUS 163Professor Cuadra, Tacoma Commu.docxAmazon HQ2 Research Project, BUS 163Professor Cuadra, Tacoma Commu.docx
Amazon HQ2 Research Project, BUS 163Professor Cuadra, Tacoma Commu.docx
 
Always Fresh allows external users, such as vendors and business par.docx
Always Fresh allows external users, such as vendors and business par.docxAlways Fresh allows external users, such as vendors and business par.docx
Always Fresh allows external users, such as vendors and business par.docx
 
Alvin Ailey Revelations AnalysisThe purpose of this assignment.docx
Alvin Ailey Revelations AnalysisThe purpose of this assignment.docxAlvin Ailey Revelations AnalysisThe purpose of this assignment.docx
Alvin Ailey Revelations AnalysisThe purpose of this assignment.docx
 
AMMS company they have an issue with closing petty cash every month .docx
AMMS company they have an issue with closing petty cash every month .docxAMMS company they have an issue with closing petty cash every month .docx
AMMS company they have an issue with closing petty cash every month .docx
 
AmicableDeviousDissonanceEffaceGarrulousImmutabl.docx
AmicableDeviousDissonanceEffaceGarrulousImmutabl.docxAmicableDeviousDissonanceEffaceGarrulousImmutabl.docx
AmicableDeviousDissonanceEffaceGarrulousImmutabl.docx
 
An American psychologistRobert V. Guthrie, one of the most inf.docx
An American psychologistRobert V. Guthrie, one of the most inf.docxAn American psychologistRobert V. Guthrie, one of the most inf.docx
An American psychologistRobert V. Guthrie, one of the most inf.docx
 
Amazon is one of the worlds most popular online retailers. The co.docx
Amazon is one of the worlds most popular online retailers. The co.docxAmazon is one of the worlds most popular online retailers. The co.docx
Amazon is one of the worlds most popular online retailers. The co.docx
 
American Academy of Political and Social Science Woun.docx
American Academy of Political and Social Science  Woun.docxAmerican Academy of Political and Social Science  Woun.docx
American Academy of Political and Social Science Woun.docx
 
American Apparel Submit your completed strategy and change ma.docx
American Apparel Submit your completed strategy and change ma.docxAmerican Apparel Submit your completed strategy and change ma.docx
American Apparel Submit your completed strategy and change ma.docx
 
American Government Policy PaperThis project is an opportuni.docx
American Government Policy PaperThis project is an opportuni.docxAmerican Government Policy PaperThis project is an opportuni.docx
American Government Policy PaperThis project is an opportuni.docx
 
American Greetings Case1. What is going on at American Greetin.docx
American Greetings Case1. What is going on at American Greetin.docxAmerican Greetings Case1. What is going on at American Greetin.docx
American Greetings Case1. What is going on at American Greetin.docx
 
Although ADHD is often associated with children, this disorder is di.docx
Although ADHD is often associated with children, this disorder is di.docxAlthough ADHD is often associated with children, this disorder is di.docx
Although ADHD is often associated with children, this disorder is di.docx
 

Kürzlich hochgeladen

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 

Kürzlich hochgeladen (20)

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 

After you gain familiarity with the Eclipse environment, you are.docx

  • 1. After you gain familiarity with the Eclipse environment, you are going to write a very simple Java program, and run it using Eclipse. Following is the sample code. Note that the name of the following Java program is HelloWorld.java. The spelling of HelloWorld must be exactly the same as to the word next to "public class." Be careful about the upper and lowercase, in Java, uppercase and lowercase does make a difference. And by tradition, the first letter of the class should be in upper case. public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World, this is my first Java class"); } } Case Assignment Write a java program to display a greeting message and name it as greetings.java. The message needs to include the following information: your name, city you live in, your profession, and what you would like to do in your spare time etc. Once you are done with debugging and running the program, copy a screen
  • 2. shot of the output along with the java program, paste it to a word document, and submit the word document to dropbox. Note: use sample program as reference to prepare for this programming assignment. Assignment Expectations • The program should use both System.out.print and System.out.println methods • The program has no compiling errors. • The program displays the greeting message required. ********PLEASE READ ********** ******* Please submit (upload) your Case and SLP assignments in two files: 1. A screenshot of the full Eclipse window, with the (numbered) source code and the output clearly visible. The screenshot should be taken and pasted into the Word (LibreOffice etc.) document and submitted as .DOCX file. The output is typically displayed in the console below the source code or to the right of the source code. Make sure all is included in your screenshot. 2. You also have to upload your source code as a separate .TXT
  • 3. file (written in Word, WordPad or similar, (but not in Notepad). Another option is to include your source code as a plain text in the .DOCX document referred to in (1). 3. You DO NOT need to submit .JAVA file. You are required to place comments in your JAVA source code.