Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark) 2. Using NetBeans, create a Java project named BirthMonth. Set the project location to your own folder. 3. Import Scanner, Set, HashSet, and Collections from the java.util package. 4. Create empty hash sets named group1, group2, and self. 5. The output shall: 5.1. Ask six (6) of your classmates to enter their birth month. The first three (3) values shall be added to the group1 set and the remaining to group2. 5.2. Display the values entered by each group. 5.3. Ask you to type your birth month, which is to be stored to the set named self. 5.4. Show the union, intersection, and difference based on the two (2) groups. 5.5. Display a message to tell whether you have the same birth month with any of your classmates.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark)
2. Using NetBeans, create a Java project named BirthMonth. Set the project location to your own
folder.
3. Import Scanner, Set, HashSet, and Collections from the java.util package.
4. Create empty hash sets named group1, group2, and self.
5. The output shall:
5.1. Ask six (6) of your classmates to enter their birth month. The first three (3) values shall be added
to the group1 set and the remaining to group2.
5.2. Display the values entered by each group.
5.3. Ask you to type your birth month, which is to be stored to the set named self.
5.4. Show the union, intersection, and difference based on the two (2) groups.
5.5. Display a message to tell whether you have the same birth month with any of your classmates.
6. Convert your code into a Python script.
7. Save the script as birth_month.py to your folder.

Sample output:
Enter birth month 1: March
Enter birth month 2: April
Enter birth month 3: May
Enter birth month 1: June
Enter birth month 2: May
Enter birth month 3: July
Group 1: {'April', 'March', 'May'}
Group 2: {'July', 'May', 'June'}
Enter your birth month: March
Union: {'April', 'May', 'July', 'March', 'June'}
Intersection: {'May'}
Difference: {'April', 'March'}
You have the same birth month with one of your classmates.
Transcribed Image Text:Sample output: Enter birth month 1: March Enter birth month 2: April Enter birth month 3: May Enter birth month 1: June Enter birth month 2: May Enter birth month 3: July Group 1: {'April', 'March', 'May'} Group 2: {'July', 'May', 'June'} Enter your birth month: March Union: {'April', 'May', 'July', 'March', 'June'} Intersection: {'May'} Difference: {'April', 'March'} You have the same birth month with one of your classmates.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY