SlideShare a Scribd company logo
1 of 2
Download to read offline
The program below belongs to the topic ARRAYLIST. Modify the program as follows:
(1) Add another number 21 to the Array.
(2) Let the program display the maximum number in the Array
(3) Let the program display the size of the new Array, after adding 21
//Java program to sort, printout ArrayList, add new number and print out the maximum number
in an ArrayList.
import java.util.ArrayList;
import java.util.Collections;
public class Lab07_C1 {
public static void main(String[] args) {
ArrayList myNumbers = new ArrayList();
myNumbers.add(33);
myNumbers.add(15);
myNumbers.add(20);
myNumbers.add(34);
myNumbers.add(8);
myNumbers.add(12);
Collections.sort(myNumbers);
System.out.println("Sorted Array list are: ");
for (int i = 0; i < myNumbers.size(); i++) {
System.out.println(myNumbers.get(i));
}
}
}
Sample run
input =
output =
Sorted Array list are:
8
12
15
20
21
33
34
The Maximum number in the Array is: 34
The size of the Array is: 7

More Related Content

Similar to The program below belongs to the topic ARRAYLIST. Modify the program.pdf

Programming in Java: Arrays
Programming in Java: ArraysProgramming in Java: Arrays
Programming in Java: ArraysMartin Chapman
 
Develop a system flowchart and then write a menu-driven C++ program .pdf
Develop a system flowchart and then write a menu-driven C++ program .pdfDevelop a system flowchart and then write a menu-driven C++ program .pdf
Develop a system flowchart and then write a menu-driven C++ program .pdfleventhalbrad49439
 
Write a program that uses the ArrayList class and populate it with a.docx
Write a program that uses the ArrayList class and populate it with a.docxWrite a program that uses the ArrayList class and populate it with a.docx
Write a program that uses the ArrayList class and populate it with a.docxalexandernmeredith30
 
Create a menu-driven program that will accept a collection of non-ne.pdf
Create a menu-driven program that will accept a collection of non-ne.pdfCreate a menu-driven program that will accept a collection of non-ne.pdf
Create a menu-driven program that will accept a collection of non-ne.pdfrajeshjangid1865
 
Given an ArrayList, write a Java method that returns a new ArrayList.pdf
Given an ArrayList, write a Java method that returns a new ArrayList.pdfGiven an ArrayList, write a Java method that returns a new ArrayList.pdf
Given an ArrayList, write a Java method that returns a new ArrayList.pdffeelinggift
 
Write a java class LIST that outputsmainpublic class Ass.pdf
Write a java class LIST that outputsmainpublic class Ass.pdfWrite a java class LIST that outputsmainpublic class Ass.pdf
Write a java class LIST that outputsmainpublic class Ass.pdfebrahimbadushata00
 

Similar to The program below belongs to the topic ARRAYLIST. Modify the program.pdf (14)

Oop lecture7
Oop lecture7Oop lecture7
Oop lecture7
 
Programming in Java: Arrays
Programming in Java: ArraysProgramming in Java: Arrays
Programming in Java: Arrays
 
Second chapter-java
Second chapter-javaSecond chapter-java
Second chapter-java
 
22.ppt
22.ppt22.ppt
22.ppt
 
Develop a system flowchart and then write a menu-driven C++ program .pdf
Develop a system flowchart and then write a menu-driven C++ program .pdfDevelop a system flowchart and then write a menu-driven C++ program .pdf
Develop a system flowchart and then write a menu-driven C++ program .pdf
 
Write a program that uses the ArrayList class and populate it with a.docx
Write a program that uses the ArrayList class and populate it with a.docxWrite a program that uses the ArrayList class and populate it with a.docx
Write a program that uses the ArrayList class and populate it with a.docx
 
Create a menu-driven program that will accept a collection of non-ne.pdf
Create a menu-driven program that will accept a collection of non-ne.pdfCreate a menu-driven program that will accept a collection of non-ne.pdf
Create a menu-driven program that will accept a collection of non-ne.pdf
 
Given an ArrayList, write a Java method that returns a new ArrayList.pdf
Given an ArrayList, write a Java method that returns a new ArrayList.pdfGiven an ArrayList, write a Java method that returns a new ArrayList.pdf
Given an ArrayList, write a Java method that returns a new ArrayList.pdf
 
Collection
CollectionCollection
Collection
 
Write a java class LIST that outputsmainpublic class Ass.pdf
Write a java class LIST that outputsmainpublic class Ass.pdfWrite a java class LIST that outputsmainpublic class Ass.pdf
Write a java class LIST that outputsmainpublic class Ass.pdf
 
Array list
Array listArray list
Array list
 
Array
ArrayArray
Array
 
Oot practical
Oot practicalOot practical
Oot practical
 
Java Collections Tutorials
Java Collections TutorialsJava Collections Tutorials
Java Collections Tutorials
 

More from alankareyecare

Thomas Greenin karar verme becerilerini ve kiileraras becerilerini .pdf
Thomas Greenin karar verme becerilerini ve kiileraras becerilerini .pdfThomas Greenin karar verme becerilerini ve kiileraras becerilerini .pdf
Thomas Greenin karar verme becerilerini ve kiileraras becerilerini .pdfalankareyecare
 
Three radio buttons that lets you select the direction left or right.pdf
Three radio buttons that lets you select the direction left or right.pdfThree radio buttons that lets you select the direction left or right.pdf
Three radio buttons that lets you select the direction left or right.pdfalankareyecare
 
This weeks discussion topic is this Are zoning laws a form of taki.pdf
This weeks discussion topic is this Are zoning laws a form of taki.pdfThis weeks discussion topic is this Are zoning laws a form of taki.pdf
This weeks discussion topic is this Are zoning laws a form of taki.pdfalankareyecare
 
Though popular participation in colonial government was limited, not.pdf
Though popular participation in colonial government was limited, not.pdfThough popular participation in colonial government was limited, not.pdf
Though popular participation in colonial government was limited, not.pdfalankareyecare
 
This morning you are in Chris�s office. Chris says, �I have 20 proje.pdf
This morning you are in Chris�s office. Chris says, �I have 20 proje.pdfThis morning you are in Chris�s office. Chris says, �I have 20 proje.pdf
This morning you are in Chris�s office. Chris says, �I have 20 proje.pdfalankareyecare
 
This is under Human Resource Management Applications Cases, Exercis.pdf
This is under Human Resource Management Applications Cases, Exercis.pdfThis is under Human Resource Management Applications Cases, Exercis.pdf
This is under Human Resource Management Applications Cases, Exercis.pdfalankareyecare
 
This is an opportunity for you to share what you know about 401k pro.pdf
This is an opportunity for you to share what you know about 401k pro.pdfThis is an opportunity for you to share what you know about 401k pro.pdf
This is an opportunity for you to share what you know about 401k pro.pdfalankareyecare
 
This is an individual assignment. The word count should not exceed 1.pdf
This is an individual assignment. The word count should not exceed 1.pdfThis is an individual assignment. The word count should not exceed 1.pdf
This is an individual assignment. The word count should not exceed 1.pdfalankareyecare
 
this is all the information given 2. (4 PTS) Under the 1990 Farm Bi.pdf
this is all the information given  2. (4 PTS) Under the 1990 Farm Bi.pdfthis is all the information given  2. (4 PTS) Under the 1990 Farm Bi.pdf
this is all the information given 2. (4 PTS) Under the 1990 Farm Bi.pdfalankareyecare
 
This exercise refers to the experiment of tossing four coins. What i.pdf
This exercise refers to the experiment of tossing four coins. What i.pdfThis exercise refers to the experiment of tossing four coins. What i.pdf
This exercise refers to the experiment of tossing four coins. What i.pdfalankareyecare
 
The volume of air within stiff, cartilaginous conduits of a respirat.pdf
The volume of air within stiff, cartilaginous conduits of a respirat.pdfThe volume of air within stiff, cartilaginous conduits of a respirat.pdf
The volume of air within stiff, cartilaginous conduits of a respirat.pdfalankareyecare
 
There are several commonalities and differences between the role and.pdf
There are several commonalities and differences between the role and.pdfThere are several commonalities and differences between the role and.pdf
There are several commonalities and differences between the role and.pdfalankareyecare
 
there is no figure The brain organizes touch infomation in a particu.pdf
there is no figure The brain organizes touch infomation in a particu.pdfthere is no figure The brain organizes touch infomation in a particu.pdf
there is no figure The brain organizes touch infomation in a particu.pdfalankareyecare
 
There has been a great deal of ground subsidence in California�s Cen.pdf
There has been a great deal of ground subsidence in California�s Cen.pdfThere has been a great deal of ground subsidence in California�s Cen.pdf
There has been a great deal of ground subsidence in California�s Cen.pdfalankareyecare
 
The traditional role of data architects has not changed. They are tr.pdf
The traditional role of data architects has not changed. They are tr.pdfThe traditional role of data architects has not changed. They are tr.pdf
The traditional role of data architects has not changed. They are tr.pdfalankareyecare
 
There are various approaches in regards to how costs are allocated a.pdf
There are various approaches in regards to how costs are allocated a.pdfThere are various approaches in regards to how costs are allocated a.pdf
There are various approaches in regards to how costs are allocated a.pdfalankareyecare
 
There are two coins in the bag one coin is fair (shows T and H with.pdf
There are two coins in the bag one coin is fair (shows T and H with.pdfThere are two coins in the bag one coin is fair (shows T and H with.pdf
There are two coins in the bag one coin is fair (shows T and H with.pdfalankareyecare
 
The widespread flooding caused by Hurricane Harvey resulted in treme.pdf
The widespread flooding caused by Hurricane Harvey resulted in treme.pdfThe widespread flooding caused by Hurricane Harvey resulted in treme.pdf
The widespread flooding caused by Hurricane Harvey resulted in treme.pdfalankareyecare
 
There are 8 black balls and 8 red balls in an urn. If 5 balls are dr.pdf
There are 8 black balls and 8 red balls in an urn. If 5 balls are dr.pdfThere are 8 black balls and 8 red balls in an urn. If 5 balls are dr.pdf
There are 8 black balls and 8 red balls in an urn. If 5 balls are dr.pdfalankareyecare
 
The workers union at a certain university is quite strong. About 94.pdf
The workers union at a certain university is quite strong. About 94.pdfThe workers union at a certain university is quite strong. About 94.pdf
The workers union at a certain university is quite strong. About 94.pdfalankareyecare
 

More from alankareyecare (20)

Thomas Greenin karar verme becerilerini ve kiileraras becerilerini .pdf
Thomas Greenin karar verme becerilerini ve kiileraras becerilerini .pdfThomas Greenin karar verme becerilerini ve kiileraras becerilerini .pdf
Thomas Greenin karar verme becerilerini ve kiileraras becerilerini .pdf
 
Three radio buttons that lets you select the direction left or right.pdf
Three radio buttons that lets you select the direction left or right.pdfThree radio buttons that lets you select the direction left or right.pdf
Three radio buttons that lets you select the direction left or right.pdf
 
This weeks discussion topic is this Are zoning laws a form of taki.pdf
This weeks discussion topic is this Are zoning laws a form of taki.pdfThis weeks discussion topic is this Are zoning laws a form of taki.pdf
This weeks discussion topic is this Are zoning laws a form of taki.pdf
 
Though popular participation in colonial government was limited, not.pdf
Though popular participation in colonial government was limited, not.pdfThough popular participation in colonial government was limited, not.pdf
Though popular participation in colonial government was limited, not.pdf
 
This morning you are in Chris�s office. Chris says, �I have 20 proje.pdf
This morning you are in Chris�s office. Chris says, �I have 20 proje.pdfThis morning you are in Chris�s office. Chris says, �I have 20 proje.pdf
This morning you are in Chris�s office. Chris says, �I have 20 proje.pdf
 
This is under Human Resource Management Applications Cases, Exercis.pdf
This is under Human Resource Management Applications Cases, Exercis.pdfThis is under Human Resource Management Applications Cases, Exercis.pdf
This is under Human Resource Management Applications Cases, Exercis.pdf
 
This is an opportunity for you to share what you know about 401k pro.pdf
This is an opportunity for you to share what you know about 401k pro.pdfThis is an opportunity for you to share what you know about 401k pro.pdf
This is an opportunity for you to share what you know about 401k pro.pdf
 
This is an individual assignment. The word count should not exceed 1.pdf
This is an individual assignment. The word count should not exceed 1.pdfThis is an individual assignment. The word count should not exceed 1.pdf
This is an individual assignment. The word count should not exceed 1.pdf
 
this is all the information given 2. (4 PTS) Under the 1990 Farm Bi.pdf
this is all the information given  2. (4 PTS) Under the 1990 Farm Bi.pdfthis is all the information given  2. (4 PTS) Under the 1990 Farm Bi.pdf
this is all the information given 2. (4 PTS) Under the 1990 Farm Bi.pdf
 
This exercise refers to the experiment of tossing four coins. What i.pdf
This exercise refers to the experiment of tossing four coins. What i.pdfThis exercise refers to the experiment of tossing four coins. What i.pdf
This exercise refers to the experiment of tossing four coins. What i.pdf
 
The volume of air within stiff, cartilaginous conduits of a respirat.pdf
The volume of air within stiff, cartilaginous conduits of a respirat.pdfThe volume of air within stiff, cartilaginous conduits of a respirat.pdf
The volume of air within stiff, cartilaginous conduits of a respirat.pdf
 
There are several commonalities and differences between the role and.pdf
There are several commonalities and differences between the role and.pdfThere are several commonalities and differences between the role and.pdf
There are several commonalities and differences between the role and.pdf
 
there is no figure The brain organizes touch infomation in a particu.pdf
there is no figure The brain organizes touch infomation in a particu.pdfthere is no figure The brain organizes touch infomation in a particu.pdf
there is no figure The brain organizes touch infomation in a particu.pdf
 
There has been a great deal of ground subsidence in California�s Cen.pdf
There has been a great deal of ground subsidence in California�s Cen.pdfThere has been a great deal of ground subsidence in California�s Cen.pdf
There has been a great deal of ground subsidence in California�s Cen.pdf
 
The traditional role of data architects has not changed. They are tr.pdf
The traditional role of data architects has not changed. They are tr.pdfThe traditional role of data architects has not changed. They are tr.pdf
The traditional role of data architects has not changed. They are tr.pdf
 
There are various approaches in regards to how costs are allocated a.pdf
There are various approaches in regards to how costs are allocated a.pdfThere are various approaches in regards to how costs are allocated a.pdf
There are various approaches in regards to how costs are allocated a.pdf
 
There are two coins in the bag one coin is fair (shows T and H with.pdf
There are two coins in the bag one coin is fair (shows T and H with.pdfThere are two coins in the bag one coin is fair (shows T and H with.pdf
There are two coins in the bag one coin is fair (shows T and H with.pdf
 
The widespread flooding caused by Hurricane Harvey resulted in treme.pdf
The widespread flooding caused by Hurricane Harvey resulted in treme.pdfThe widespread flooding caused by Hurricane Harvey resulted in treme.pdf
The widespread flooding caused by Hurricane Harvey resulted in treme.pdf
 
There are 8 black balls and 8 red balls in an urn. If 5 balls are dr.pdf
There are 8 black balls and 8 red balls in an urn. If 5 balls are dr.pdfThere are 8 black balls and 8 red balls in an urn. If 5 balls are dr.pdf
There are 8 black balls and 8 red balls in an urn. If 5 balls are dr.pdf
 
The workers union at a certain university is quite strong. About 94.pdf
The workers union at a certain university is quite strong. About 94.pdfThe workers union at a certain university is quite strong. About 94.pdf
The workers union at a certain university is quite strong. About 94.pdf
 

Recently uploaded

Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesAmanpreetKaur157993
 
How to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptxHow to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptxCeline George
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppCeline George
 
Trauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical PrinciplesTrauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical PrinciplesPooky Knightsmith
 
How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17Celine George
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppCeline George
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...Nguyen Thanh Tu Collection
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024Borja Sotomayor
 
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...Gary Wood
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptxPoojaSen20
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...Nguyen Thanh Tu Collection
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFVivekanand Anglo Vedic Academy
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxAdelaideRefugio
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文中 央社
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...EduSkills OECD
 
SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code ExamplesPeter Brusilovsky
 

Recently uploaded (20)

Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategies
 
How to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptxHow to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptx
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge App
 
Trauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical PrinciplesTrauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical Principles
 
How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio App
 
Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024
 
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDF
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code Examples
 

The program below belongs to the topic ARRAYLIST. Modify the program.pdf

  • 1. The program below belongs to the topic ARRAYLIST. Modify the program as follows: (1) Add another number 21 to the Array. (2) Let the program display the maximum number in the Array (3) Let the program display the size of the new Array, after adding 21 //Java program to sort, printout ArrayList, add new number and print out the maximum number in an ArrayList. import java.util.ArrayList; import java.util.Collections; public class Lab07_C1 { public static void main(String[] args) { ArrayList myNumbers = new ArrayList(); myNumbers.add(33); myNumbers.add(15); myNumbers.add(20); myNumbers.add(34); myNumbers.add(8); myNumbers.add(12); Collections.sort(myNumbers); System.out.println("Sorted Array list are: "); for (int i = 0; i < myNumbers.size(); i++) { System.out.println(myNumbers.get(i)); } } } Sample run input = output = Sorted Array list are: 8 12 15 20 21 33 34
  • 2. The Maximum number in the Array is: 34 The size of the Array is: 7