Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark) 2. Using NetBeans, create a Java project named StudentList. Set the project location

image text in transcribed
1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark) 2. Using NetBeans, create a Java project named StudentList. Set the project location to your own folder. 3. Import Scanner, Map, and HashMap from the java.util package. 4. Create an empty hash map named students. 5. The output shall: 5.1. Ask three (3) of your classmates to enter their student number (key) and first name (value). 5.2. Display the keys and values of the map. 5.3. Delete the mapping of the third entry. 5.4. Enter your student number and first name. This would be the new third entry. 5.5. Display the entries in separate lines. 6. Create a Python script that meets the same specifications. Feel free to use lists to store input. 7. Save the script as student_list.py to your folder. Sample output: Enter student number 1: 2018-0004 Enter first name 1: Mark Enter student number 2: 2018-0017 Enter first name 2: Nika Enter student number 3: 2018-0134 Enter first name 3: Mairo Student List: 2018-0004 Mark 2018-0017 Nika 2018-0134 Mairo

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

Is Lynn Tilton more of a transactional or transformational leader?

Answered: 1 week ago

Question

3 The determinants of investment spending

Answered: 1 week ago

Question

Define what system architecture means in this context.

Answered: 1 week ago