SlideShare a Scribd company logo
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

Oop lecture7
Oop lecture7Oop lecture7
Oop lecture7
Shahriar Robbani
 
Programming in Java: Arrays
Programming in Java: ArraysProgramming in Java: Arrays
Programming in Java: Arrays
Martin Chapman
 
Second chapter-java
Second chapter-javaSecond chapter-java
Second chapter-java
Ahmad sohail Kakar
 
22.ppt
22.ppt22.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
leventhalbrad49439
 
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
alexandernmeredith30
 
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
rajeshjangid1865
 
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
feelinggift
 
Collection
CollectionCollection
Collection
Gayathri Ganesh
 
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
ebrahimbadushata00
 
Array list
Array listArray list
Array list
vishal choudhary
 
Array
ArrayArray
Array
PRN USM
 
Oot practical
Oot practicalOot practical
Oot practical
Vipin Rawat @ daya
 
Java Collections Tutorials
Java Collections TutorialsJava Collections Tutorials
Java Collections Tutorials
Prof. Erwin Globio
 

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 .pdf
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 
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
alankareyecare
 

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

Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 

Recently uploaded (20)

Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 

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