Task Performance Student List Objective: At the end of the exercise, the students should be able to: Map values in Java and Python. Software Requirements: NetBeans IDE Java Development Kit (JDK) 8...

How to code this? Please put the code and output. Thank you.Task Performance<br>Student List<br>Objective:<br>At the end of the exercise, the students should be able to:<br>Map values in Java and Python.<br>Software Requirements:<br>NetBeans IDE<br>Java Development Kit (JDK) 8<br>Python 3.7 or higher<br>Procedure:<br>1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark)<br>2. Using NetBeans, create a Java project named StudentList. Set the project location to your own<br>folder.<br>3. Import Scanner, Map, and HashMap from the java.util package.<br>4. Create an empty hash map named students.<br>5. The output shall:<br>5.1. Ask three (3) of your classmates to enter their student number (key) and first name (value).<br>5.2. Display the keys and values<br>the map.<br>5.3. Delete the mapping of the third entry.<br>

Extracted text: Task Performance Student List Objective: At the end of the exercise, the students should be able to: Map values in Java and Python. Software Requirements: NetBeans IDE Java Development Kit (JDK) 8 Python 3.7 or higher Procedure: 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 the map. 5.3. Delete the mapping of the third entry.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here