Write a Java program that given the dimensions of a rectangle, and the number of random rectangles to generate, calculates the number of randomly generated rectangles with no-overlap with the given rectangle. Your program should ask the user to enter the number of random rectangles to generate as well as the dimensions of the given rectangle. The program should display a table which includes information about each randomly generated rectangle and the number of contained corners in the given rectangle. Finally,
Write a Java program that given the dimensions of a rectangle, and the number of random rectangles to generate, calculates the number of randomly generated rectangles with no-overlap with the given rectangle. Your program should ask the user to enter the number of random rectangles to generate as well as the dimensions of the given rectangle. The program should display a table which includes information about each randomly generated rectangle and the number of contained corners in the given rectangle. Finally,
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
Related questions
Question
Write a Java program that given the dimensions of a rectangle, and the number of random rectangles to generate, calculates the number of randomly generated rectangles with no-overlap with the given rectangle. Your program should ask the user to enter the number of random rectangles to generate as well as the dimensions of the given rectangle. The program should display a table which includes information about each randomly generated rectangle and the number of contained corners in the given rectangle. Finally, it should indicate the number of randomly generated rectangles with no-overlap. See the sample runs.
requirements:
1. Number of generated rectangles should be greater than zero.
2. The position of the upper left corner of the given rectangle is (0, 0) and its dimensions should range between 10 and 100.
3. The upper left corner coordinates of each random rectangle are generated randomly to be less than 100 and greater than -100. Besides, its generated random dimensions should range between 30 and 50.
4. Two rectangle objects are constructed only once. Then just update the location and the dimensions for each generated rectangle using Rectangle API methods.
5. Use the Point and Rectangle API (java.awt) methods whenever is applicable.
6. Stop running the program if the input data type is incorrect. However, keep reading if the user enters invalid input range
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
Knowledge Booster
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
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education