Procedure: 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'} þifference: {'April', 'March'} You have the same birth month with one of your classmates.

LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
5th Edition
ISBN:9781337569798
Author:ECKERT
Publisher:ECKERT
Chapter7: Working With The Bash Shell
Section: Chapter Questions
Problem 5DE
icon
Related questions
Question

PYTHON LANGUAGE!!!

Procedure:
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: {'April1', 'May', 'July', 'March', 'June'}
Intersection: {'May'}
þifference: {'April', 'March'}
You have the same birth month with one of your classmates.
Transcribed Image Text:Procedure: 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: {'April1', 'May', 'July', 'March', 'June'} Intersection: {'May'} þifference: {'April', 'March'} You have the same birth month with one of your classmates.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Linux
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
Computer Science
ISBN:
9781337569798
Author:
ECKERT
Publisher:
CENGAGE L