Entries by admin

bilbliography and source evaluation

Attached is more instructions that needed to be followed Required ResourcesRead/review the following resources for this activity: Textbook: Chapter 8, 9 Lesson Link (Word doc): Source Evaluation Worksheet Minimum of 5 scholarly sources InstructionsUse the Source Evaluation Worksheet to submit an annotated bibliography of 5 sources that you intend to use in your paper. Prepare […]

data structure

The data structure may have the following services encapsulated in an interface: interface IAppointmentSchedule{ void addTime(int hour, int minute); void removeTime(int hour, int minute); void addAppointment(String name, int hour, intminute); //you may or may not need more methods…. } For easy management of appointments, it’s probably convenient to have an appointment class like: Class Appointment […]