Objectives: In this lab, the following topic will be covered: 1. Array Lists Task The bin packing problem is to pack the objects of various weights into containers. Assume each container can hold a maximum of 10 kg. The program uses an algorithm that places an object into the first bin in which it would fit. Your program should prompt the user to enter the total number of objects and the weight of each object. The program displays the total number of containers needed to pack the objects and the contents of each container. Here is a sample run of the program: Enter the number of objects: 6 Enter the weights of the objects: 7 5 2 3 58 Container 1 contains objects with weight 7 2 Container 2 contains objects with weight 5 3 Container 3 contains objects with weight 5 Container 4 contains objects with weight 8

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Please written by computer source

​​​​​​​(java)

Objectives:
In this lab, the following topic will be covered:
1. Array Lists
Task
The bin packing problem is to pack the objects of various weights into containers. Assume each
container can hold a maximum of 10 kg. The program uses an algorithm that places an object into
the first bin in which it would fit. Your program should prompt the user to enter the total number
of objects and the weight of each object. The program displays the total number of containers
needed to pack the objects and the contents of each container.
Here is a sample run of the program:
Enter the number of objects: 6
Enter the weights of the objects: 7 5 2 3 58
Container 1 contains objects with weight 7 2
Container 2 contains objects with weight 5 3
Container 3 contains objects with weight 5
Container 4 contains objects with weight 8
Transcribed Image Text:Objectives: In this lab, the following topic will be covered: 1. Array Lists Task The bin packing problem is to pack the objects of various weights into containers. Assume each container can hold a maximum of 10 kg. The program uses an algorithm that places an object into the first bin in which it would fit. Your program should prompt the user to enter the total number of objects and the weight of each object. The program displays the total number of containers needed to pack the objects and the contents of each container. Here is a sample run of the program: Enter the number of objects: 6 Enter the weights of the objects: 7 5 2 3 58 Container 1 contains objects with weight 7 2 Container 2 contains objects with weight 5 3 Container 3 contains objects with weight 5 Container 4 contains objects with weight 8
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education