Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / Assessment 4  Assessment type: Develop Java applications based on the given scenarios: individual assignment

Assessment 4  Assessment type: Develop Java applications based on the given scenarios: individual assignment

Computer Science

Assessment 4 
Assessment type: Develop Java applications based on the given scenarios: individual assignment. 
Purpose: This assessment will allow students to demonstrate their understanding of Java programming language covering all the concepts covered throughout the trimester and implementation of those concepts to develop a small java application based on the given specifications. This assessment contributes to learning outcomes c and d. 
Value: 20% Due Date: Week 10 
Submission: Submit the completed program on Moodie by specified due date and time. All class files with a java extension are to be submitted on Moodle in a single zip folder. 
Assessment topic: Java applications 
Task details: You are required to complete 3 practical exercises in Java that covers main topics in your outline. This is individual assignment. The cut-off submission date and time for practical assignment will be 11 pm on Sunday of the week 10. All java files will be needed to be saved in a single folder named as Student ID and Name to be submitted as single .zip file on course Moodie page. 
Q1. KOI Library need a new system to check PIN entry. You need to create an application to allow students to enter a PIN and validate it before they can access the library application. 
You will need to use classes and Lists. 
In the first question, create a program that will ask the librarian to enter student IDs and their PINs. It will use StudentPin class to create objects to save the ID and Pin (using a constructor). Each Student Pin object should then be added to a List which can hold objects of type StudentPin. 
The program will keep asking if more Pins need to be entered(Y/N). For each ID and Pin entered, it will create the object and save it in a list. Once all IDs and Pins have been entered it should display the list in a tabular format. 
Q2. Continuing with the same program as in Q1. Add code to ask the Students to enter their ID and Pin. First Check if the ID exists. Secondly check if they Pin matches. Confirm if they entered valid or invalid information. 

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE