Write a loop that iterates as long as the array has a space

Assignment Help Computer Engineering
Reference no: EM132210414

Question :

Write a program named (Scheduler.java) that allows students to schedule appointments at either 1, 2, 3, 4, 5, or 6 o'clock pm.

The program should accept up to 6 appointments, making sure that there is no time conflict or an invalid time slot is requested.

You will need to do the following:

o Declare an array appointments that can hold six Strings to store the names for the time slots.

o Declare a counter appointmentsMade to count how many appointments were made.

o Write a loop that iterates as long as the array has a free space.

o Two of the classes that you need to include are declared below and you need to write the code for the third class according to the given instructions:

1. public class TimeInUseException extends Exception{

/** * Creates a new instance of TimeInUseException */ public TimeInUseException(String reason) { super(reason); }

2. public class InvalidTimeException extends Exception{

/** * Creates a new instance of InvalidTimeException */

public InvalidTimeException(String reason) {

super(reason); } }

3. public class Scheduler:

o Will include the main() method with instance variables declarations and try and catch blocks.

o Within the try block, allow the user to enter his/her name and the requested time slot.

o If the time slot is not already occupied (i.e. free), put the user's name in the appointments array.

o You will need to write three catch blocks that will catch the following exceptions:

InvalidTimeException - that will display the message "Sorry, that is not a legal time"

TimeInUseException - that will display the message "Sorry, that time is already in use"

Exception - that will display the message "Bad time format, should just be an integer"

o If the time is not free, throw a TimeInUseException.

o If the time is not valid, throw an InvalidTimeException.

o If the user enters a time that is not an integer, throw Exception.

Reference no: EM132210414

Questions Cloud

When is a shark just a shark : When is a shark just a shark? Consider the movie Jaws. What could the shark symbolize in our culture, society, or collective human mythology other.
Write a program which will solve diagonally dominant system : Write a program which will solve a diagonally dominant system of linear equations using Naïve Gaussian Elimination.
Write a program that keeps a count of the lines in the input : Write a program that keeps a count of the lines in the input and prints out the line number, the number of characters in the line followed by the line itself.
A program that let the user input multiple positive integers : Write a program that let the user input multiple positive integers and output the largest integer the user input.
Write a loop that iterates as long as the array has a space : The program should accept up to 6 appointments, making sure that there is no time conflict or an invalid time slot is requested.
Why has the price of bitcoin increased : Why has the price of bitcoin increased over 500% in such a short amount of time? What factors may be behind its sharp rise in price?
Write a program to open a text file for output : Write a program to open a text file for output, then accep tlines of text from the console and write the lines of text to the file.
What kind of sanctions did your receive : How did your "target" react? What kind of sanctions did your receive (positive or negative)? Overall, discuss why sanctions are so powerful in maintaining.
Add all correctly specified values and print the sum : When the user enters a value that is not a number, give the user a second chance to enter the value USING EXCEPTIONS by catching the appropriate exception.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd