SlideShare ist ein Scribd-Unternehmen logo
1 von 2
Three letter acronyms are common in the business world. For example, in Java you use the IDE
(Integrated Development Environment) in the JDK (Java Development Kit) to write programs
used by the JVM (Java Virtual Machine) that you might send over a LAN (local area network).
Programmers even use the acronym TLA to stand for three-letter acronym. Write a program that
allows a user to enter three words, and display the appropriate three-letter acronym in all
uppercase letters. If the user enters more than three words, ignore the extra words. Figure 7-22
shows a typical execution. Save the file as ThreeLetterAcronym.java.
Solution
import javax.swing.JOptionPane;
import java.lang.*;
public class ThreeLetterAcronym
{
public static void main(String[] args)
{
String name;
String oneLtr = "";
String twoLtr = "";
String threeLtr = "";
String saveOriginalWord;
int stringLength;
int i;
char c;
name = JOptionPane.showInputDialog(null,"Please enter three words");
saveOriginalWord = name;
stringLength = name.length();
oneLtr = name.charAt(0);
for (i=0;i<stringLength;i++)
{
int a = 1;
c = name.charAt(i);
if(Character.isWhiteSpace(c))
if (a <= 1) twoLtr = name.charAt(c+1);
else if (a <= 2)threeLtr = (c+2);
name = oneLtr+twoLtr+threLtr;
}
JOptionPane.showMessageDialog(null, "Original phrase was "
+ saveOriginalWord + " Three letter Acronym is " + name);
}
}

Weitere ähnliche Inhalte

Ă„hnlich wie Three letter acronyms are common in the business world- For example- i.docx

Basics java programing
Basics java programingBasics java programing
Basics java programingDarshan Gohel
 
Core java
Core java Core java
Core java Ravi varma
 
Core java &collections
Core java &collectionsCore java &collections
Core java &collectionsRavi varma
 
Core java1
Core java1Core java1
Core java1Ravi varma
 
Java programming basics
Java programming basicsJava programming basics
Java programming basicsHamid Ghorbani
 
Java for Mainframers
Java for MainframersJava for Mainframers
Java for MainframersRich Helton
 
Writing code that writes code - Nguyen Luong
Writing code that writes code - Nguyen LuongWriting code that writes code - Nguyen Luong
Writing code that writes code - Nguyen LuongVu Huy
 
TechkTalk #12 Grokking: Writing code that writes code – Nguyen Luong
TechkTalk #12 Grokking: Writing code that writes code – Nguyen LuongTechkTalk #12 Grokking: Writing code that writes code – Nguyen Luong
TechkTalk #12 Grokking: Writing code that writes code – Nguyen LuongGrokking VN
 
Core Java Tutorials by Mahika Tutorials
Core Java Tutorials by Mahika TutorialsCore Java Tutorials by Mahika Tutorials
Core Java Tutorials by Mahika TutorialsMahika Tutorials
 
Examples from Pune meetup
Examples from Pune meetupExamples from Pune meetup
Examples from Pune meetupSantosh Ojha
 
Hello Java-First Level
Hello Java-First LevelHello Java-First Level
Hello Java-First LevelDr. Raaid Alubady
 
Std 12 Computer Chapter 7 Java Basics (Part 1)
Std 12 Computer Chapter 7 Java Basics (Part 1)Std 12 Computer Chapter 7 Java Basics (Part 1)
Std 12 Computer Chapter 7 Java Basics (Part 1)Nuzhat Memon
 
Deggan Android Codestyle v1.0
Deggan Android Codestyle v1.0Deggan Android Codestyle v1.0
Deggan Android Codestyle v1.0Fenton Martin
 
Java lab1 manual
Java lab1 manualJava lab1 manual
Java lab1 manualnahalomar
 
Java OOP Concepts 1st Slide
Java OOP Concepts 1st SlideJava OOP Concepts 1st Slide
Java OOP Concepts 1st Slidesunny khan
 

Ă„hnlich wie Three letter acronyms are common in the business world- For example- i.docx (20)

Basics java programing
Basics java programingBasics java programing
Basics java programing
 
Java 17
Java 17Java 17
Java 17
 
Core java
Core java Core java
Core java
 
Core java &collections
Core java &collectionsCore java &collections
Core java &collections
 
Core java1
Core java1Core java1
Core java1
 
Java programming basics
Java programming basicsJava programming basics
Java programming basics
 
Java for Mainframers
Java for MainframersJava for Mainframers
Java for Mainframers
 
Writing code that writes code - Nguyen Luong
Writing code that writes code - Nguyen LuongWriting code that writes code - Nguyen Luong
Writing code that writes code - Nguyen Luong
 
TechkTalk #12 Grokking: Writing code that writes code – Nguyen Luong
TechkTalk #12 Grokking: Writing code that writes code – Nguyen LuongTechkTalk #12 Grokking: Writing code that writes code – Nguyen Luong
TechkTalk #12 Grokking: Writing code that writes code – Nguyen Luong
 
Core Java Tutorials by Mahika Tutorials
Core Java Tutorials by Mahika TutorialsCore Java Tutorials by Mahika Tutorials
Core Java Tutorials by Mahika Tutorials
 
Examples from Pune meetup
Examples from Pune meetupExamples from Pune meetup
Examples from Pune meetup
 
Hello java
Hello java   Hello java
Hello java
 
Hello Java-First Level
Hello Java-First LevelHello Java-First Level
Hello Java-First Level
 
Hello java
Hello java  Hello java
Hello java
 
Std 12 Computer Chapter 7 Java Basics (Part 1)
Std 12 Computer Chapter 7 Java Basics (Part 1)Std 12 Computer Chapter 7 Java Basics (Part 1)
Std 12 Computer Chapter 7 Java Basics (Part 1)
 
C Programming - Refresher - Part IV
C Programming - Refresher - Part IVC Programming - Refresher - Part IV
C Programming - Refresher - Part IV
 
Java_presesntation.ppt
Java_presesntation.pptJava_presesntation.ppt
Java_presesntation.ppt
 
Deggan Android Codestyle v1.0
Deggan Android Codestyle v1.0Deggan Android Codestyle v1.0
Deggan Android Codestyle v1.0
 
Java lab1 manual
Java lab1 manualJava lab1 manual
Java lab1 manual
 
Java OOP Concepts 1st Slide
Java OOP Concepts 1st SlideJava OOP Concepts 1st Slide
Java OOP Concepts 1st Slide
 

Mehr von gtameka

TOPIC- Landslide early warning in Costa Rica- Students are required to (1).docx
TOPIC- Landslide early warning in Costa Rica- Students are required to (1).docxTOPIC- Landslide early warning in Costa Rica- Students are required to (1).docx
TOPIC- Landslide early warning in Costa Rica- Students are required to (1).docxgtameka
 
Topic option 2- What should the rules be for computer crime- Your pape.docx
Topic option 2- What should the rules be for computer crime- Your pape.docxTopic option 2- What should the rules be for computer crime- Your pape.docx
Topic option 2- What should the rules be for computer crime- Your pape.docxgtameka
 
Tones Company purchased a warehouse in a downtown district where land.docx
Tones Company purchased a warehouse in a downtown district where land.docxTones Company purchased a warehouse in a downtown district where land.docx
Tones Company purchased a warehouse in a downtown district where land.docxgtameka
 
Tones Industries has the following patents on its December 31- 2013- b.docx
Tones Industries has the following patents on its December 31- 2013- b.docxTones Industries has the following patents on its December 31- 2013- b.docx
Tones Industries has the following patents on its December 31- 2013- b.docxgtameka
 
Toni Tornan is a single parent- During 2014 she earned wages $26-550-.docx
Toni Tornan is a single parent- During 2014 she earned wages $26-550-.docxToni Tornan is a single parent- During 2014 she earned wages $26-550-.docx
Toni Tornan is a single parent- During 2014 she earned wages $26-550-.docxgtameka
 
Toms construction site has a pipe that discharges run off from the sit.docx
Toms construction site has a pipe that discharges run off from the sit.docxToms construction site has a pipe that discharges run off from the sit.docx
Toms construction site has a pipe that discharges run off from the sit.docxgtameka
 
To achieve long-term prosperity- strategic planners commonly establish.docx
To achieve long-term prosperity- strategic planners commonly establish.docxTo achieve long-term prosperity- strategic planners commonly establish.docx
To achieve long-term prosperity- strategic planners commonly establish.docxgtameka
 
Tiffany MacGraw- a Canadian citizen- left Canada in 2005 to settle in.docx
Tiffany MacGraw- a Canadian citizen- left Canada in 2005 to settle in.docxTiffany MacGraw- a Canadian citizen- left Canada in 2005 to settle in.docx
Tiffany MacGraw- a Canadian citizen- left Canada in 2005 to settle in.docxgtameka
 
True or false- Social networking through such services as Facebook- Tw.docx
True or false- Social networking through such services as Facebook- Tw.docxTrue or false- Social networking through such services as Facebook- Tw.docx
True or false- Social networking through such services as Facebook- Tw.docxgtameka
 
True or False- In a proprietary system- a commercial vendor opens thei.docx
True or False- In a proprietary system- a commercial vendor opens thei.docxTrue or False- In a proprietary system- a commercial vendor opens thei.docx
True or False- In a proprietary system- a commercial vendor opens thei.docxgtameka
 
TRUE OR FALSE- 1- N- a nonresident alien individual- was born in Count.docx
TRUE OR FALSE- 1- N- a nonresident alien individual- was born in Count.docxTRUE OR FALSE- 1- N- a nonresident alien individual- was born in Count.docx
TRUE OR FALSE- 1- N- a nonresident alien individual- was born in Count.docxgtameka
 
True or False Explain Why- 1- SIP and RTP are protocols used to allow.docx
True or False Explain Why- 1- SIP and RTP are protocols used to allow.docxTrue or False Explain Why- 1- SIP and RTP are protocols used to allow.docx
True or False Explain Why- 1- SIP and RTP are protocols used to allow.docxgtameka
 
True or False 1- The interstellar medium is composed mostly of gaseous.docx
True or False 1- The interstellar medium is composed mostly of gaseous.docxTrue or False 1- The interstellar medium is composed mostly of gaseous.docx
True or False 1- The interstellar medium is composed mostly of gaseous.docxgtameka
 
True or False (1 point each) 1- TorF NOs is the only form of nitrogen.docx
True or False (1 point each) 1- TorF NOs is the only form of nitrogen.docxTrue or False (1 point each) 1- TorF NOs is the only form of nitrogen.docx
True or False (1 point each) 1- TorF NOs is the only form of nitrogen.docxgtameka
 
Transform the E-R diagram into a set of relations- Parking Tickets Ta.docx
Transform the E-R diagram into a set of relations-  Parking Tickets Ta.docxTransform the E-R diagram into a set of relations-  Parking Tickets Ta.docx
Transform the E-R diagram into a set of relations- Parking Tickets Ta.docxgtameka
 
Trace the evolution of the US police system from the --political-- era.docx
Trace the evolution of the US police system from the --political-- era.docxTrace the evolution of the US police system from the --political-- era.docx
Trace the evolution of the US police system from the --political-- era.docxgtameka
 
Trace the following part of codes step by step- Show exactly what it w.docx
Trace the following part of codes step by step- Show exactly what it w.docxTrace the following part of codes step by step- Show exactly what it w.docx
Trace the following part of codes step by step- Show exactly what it w.docxgtameka
 
Training and DevelopmentSolutionThe various skills that are necessary.docx
Training and DevelopmentSolutionThe various skills that are necessary.docxTraining and DevelopmentSolutionThe various skills that are necessary.docx
Training and DevelopmentSolutionThe various skills that are necessary.docxgtameka
 
Question 1 This layer of the OSI model is responsible for dialog contr.docx
Question 1 This layer of the OSI model is responsible for dialog contr.docxQuestion 1 This layer of the OSI model is responsible for dialog contr.docx
Question 1 This layer of the OSI model is responsible for dialog contr.docxgtameka
 
QUESTION 1 The purpose of an audit is to express an opinion on whether.docx
QUESTION 1 The purpose of an audit is to express an opinion on whether.docxQUESTION 1 The purpose of an audit is to express an opinion on whether.docx
QUESTION 1 The purpose of an audit is to express an opinion on whether.docxgtameka
 

Mehr von gtameka (20)

TOPIC- Landslide early warning in Costa Rica- Students are required to (1).docx
TOPIC- Landslide early warning in Costa Rica- Students are required to (1).docxTOPIC- Landslide early warning in Costa Rica- Students are required to (1).docx
TOPIC- Landslide early warning in Costa Rica- Students are required to (1).docx
 
Topic option 2- What should the rules be for computer crime- Your pape.docx
Topic option 2- What should the rules be for computer crime- Your pape.docxTopic option 2- What should the rules be for computer crime- Your pape.docx
Topic option 2- What should the rules be for computer crime- Your pape.docx
 
Tones Company purchased a warehouse in a downtown district where land.docx
Tones Company purchased a warehouse in a downtown district where land.docxTones Company purchased a warehouse in a downtown district where land.docx
Tones Company purchased a warehouse in a downtown district where land.docx
 
Tones Industries has the following patents on its December 31- 2013- b.docx
Tones Industries has the following patents on its December 31- 2013- b.docxTones Industries has the following patents on its December 31- 2013- b.docx
Tones Industries has the following patents on its December 31- 2013- b.docx
 
Toni Tornan is a single parent- During 2014 she earned wages $26-550-.docx
Toni Tornan is a single parent- During 2014 she earned wages $26-550-.docxToni Tornan is a single parent- During 2014 she earned wages $26-550-.docx
Toni Tornan is a single parent- During 2014 she earned wages $26-550-.docx
 
Toms construction site has a pipe that discharges run off from the sit.docx
Toms construction site has a pipe that discharges run off from the sit.docxToms construction site has a pipe that discharges run off from the sit.docx
Toms construction site has a pipe that discharges run off from the sit.docx
 
To achieve long-term prosperity- strategic planners commonly establish.docx
To achieve long-term prosperity- strategic planners commonly establish.docxTo achieve long-term prosperity- strategic planners commonly establish.docx
To achieve long-term prosperity- strategic planners commonly establish.docx
 
Tiffany MacGraw- a Canadian citizen- left Canada in 2005 to settle in.docx
Tiffany MacGraw- a Canadian citizen- left Canada in 2005 to settle in.docxTiffany MacGraw- a Canadian citizen- left Canada in 2005 to settle in.docx
Tiffany MacGraw- a Canadian citizen- left Canada in 2005 to settle in.docx
 
True or false- Social networking through such services as Facebook- Tw.docx
True or false- Social networking through such services as Facebook- Tw.docxTrue or false- Social networking through such services as Facebook- Tw.docx
True or false- Social networking through such services as Facebook- Tw.docx
 
True or False- In a proprietary system- a commercial vendor opens thei.docx
True or False- In a proprietary system- a commercial vendor opens thei.docxTrue or False- In a proprietary system- a commercial vendor opens thei.docx
True or False- In a proprietary system- a commercial vendor opens thei.docx
 
TRUE OR FALSE- 1- N- a nonresident alien individual- was born in Count.docx
TRUE OR FALSE- 1- N- a nonresident alien individual- was born in Count.docxTRUE OR FALSE- 1- N- a nonresident alien individual- was born in Count.docx
TRUE OR FALSE- 1- N- a nonresident alien individual- was born in Count.docx
 
True or False Explain Why- 1- SIP and RTP are protocols used to allow.docx
True or False Explain Why- 1- SIP and RTP are protocols used to allow.docxTrue or False Explain Why- 1- SIP and RTP are protocols used to allow.docx
True or False Explain Why- 1- SIP and RTP are protocols used to allow.docx
 
True or False 1- The interstellar medium is composed mostly of gaseous.docx
True or False 1- The interstellar medium is composed mostly of gaseous.docxTrue or False 1- The interstellar medium is composed mostly of gaseous.docx
True or False 1- The interstellar medium is composed mostly of gaseous.docx
 
True or False (1 point each) 1- TorF NOs is the only form of nitrogen.docx
True or False (1 point each) 1- TorF NOs is the only form of nitrogen.docxTrue or False (1 point each) 1- TorF NOs is the only form of nitrogen.docx
True or False (1 point each) 1- TorF NOs is the only form of nitrogen.docx
 
Transform the E-R diagram into a set of relations- Parking Tickets Ta.docx
Transform the E-R diagram into a set of relations-  Parking Tickets Ta.docxTransform the E-R diagram into a set of relations-  Parking Tickets Ta.docx
Transform the E-R diagram into a set of relations- Parking Tickets Ta.docx
 
Trace the evolution of the US police system from the --political-- era.docx
Trace the evolution of the US police system from the --political-- era.docxTrace the evolution of the US police system from the --political-- era.docx
Trace the evolution of the US police system from the --political-- era.docx
 
Trace the following part of codes step by step- Show exactly what it w.docx
Trace the following part of codes step by step- Show exactly what it w.docxTrace the following part of codes step by step- Show exactly what it w.docx
Trace the following part of codes step by step- Show exactly what it w.docx
 
Training and DevelopmentSolutionThe various skills that are necessary.docx
Training and DevelopmentSolutionThe various skills that are necessary.docxTraining and DevelopmentSolutionThe various skills that are necessary.docx
Training and DevelopmentSolutionThe various skills that are necessary.docx
 
Question 1 This layer of the OSI model is responsible for dialog contr.docx
Question 1 This layer of the OSI model is responsible for dialog contr.docxQuestion 1 This layer of the OSI model is responsible for dialog contr.docx
Question 1 This layer of the OSI model is responsible for dialog contr.docx
 
QUESTION 1 The purpose of an audit is to express an opinion on whether.docx
QUESTION 1 The purpose of an audit is to express an opinion on whether.docxQUESTION 1 The purpose of an audit is to express an opinion on whether.docx
QUESTION 1 The purpose of an audit is to express an opinion on whether.docx
 

KĂĽrzlich hochgeladen

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
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
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 

KĂĽrzlich hochgeladen (20)

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
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
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 

Three letter acronyms are common in the business world- For example- i.docx

  • 1. Three letter acronyms are common in the business world. For example, in Java you use the IDE (Integrated Development Environment) in the JDK (Java Development Kit) to write programs used by the JVM (Java Virtual Machine) that you might send over a LAN (local area network). Programmers even use the acronym TLA to stand for three-letter acronym. Write a program that allows a user to enter three words, and display the appropriate three-letter acronym in all uppercase letters. If the user enters more than three words, ignore the extra words. Figure 7-22 shows a typical execution. Save the file as ThreeLetterAcronym.java. Solution import javax.swing.JOptionPane; import java.lang.*; public class ThreeLetterAcronym { public static void main(String[] args) { String name; String oneLtr = ""; String twoLtr = ""; String threeLtr = ""; String saveOriginalWord; int stringLength; int i; char c; name = JOptionPane.showInputDialog(null,"Please enter three words"); saveOriginalWord = name; stringLength = name.length(); oneLtr = name.charAt(0); for (i=0;i<stringLength;i++) { int a = 1; c = name.charAt(i); if(Character.isWhiteSpace(c)) if (a <= 1) twoLtr = name.charAt(c+1); else if (a <= 2)threeLtr = (c+2);
  • 2. name = oneLtr+twoLtr+threLtr; } JOptionPane.showMessageDialog(null, "Original phrase was " + saveOriginalWord + " Three letter Acronym is " + name); } }