Skip to content

ZCW-Cohort-94/JavaQuiz10-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Java Quiz Week 10 Day 5

Overview

  • This quiz has 1 section:
    1. collections
      • Student
      • ZipCodeWilmington
      • SimpleStringGroup


Collections

Student

  • Description
    • The purpose of this class is to manage totalAmountOfHoursLearned
  • Methods to Complete
    • void learn(Double amountOfHours)
    • Double getTotalStudyTime()

ZipCodeWilmington

  • Description
    • The purpose of this class is to mediate List of Student objects.
  • Methods to Complete
    • void enroll(Student student)
    • Boolean isEnrolled(Student student)
    • void lecture(double numberOfHours)
    • Map<Student, Double> getStudyMap()

SimpleStringGroup

  • Description
    • The purpose of this class is to create a wrapper of List of String objects
  • Methods to Complete
    • Integer count()
    • void insert(String string)
    • Boolean has(String string)
    • String fetch(int indexOfValue)
    • void delete(String string)
    • void clear()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages