Define a class named Customer with four private attributes: CustomerName: 15-character c-string which is the name of the customer or regular string ArrivalTime: integer, which is the arrival time of the customer Service Time: integer, which is the time point that the customer starts to be serviced FinishTime: integer, which is the leaving time of the customer And two public methods: 1. method setCustomer that takes 3 parameters: customer name as a character array or a string, arrival time as an integer, and service as an integer 2. method displayCustomer will display a customer name, arrival time, service time, and finish time. 3. and 2 constructors: 1. Default Constructor 2. Parameterized with 3 parameters: customer name as a character array or a string, arrival time as an integer, and service time an integer
Define a class named Customer with four private attributes: CustomerName: 15-character c-string which is the name of the customer or regular string ArrivalTime: integer, which is the arrival time of the customer Service Time: integer, which is the time point that the customer starts to be serviced FinishTime: integer, which is the leaving time of the customer And two public methods: 1. method setCustomer that takes 3 parameters: customer name as a character array or a string, arrival time as an integer, and service as an integer 2. method displayCustomer will display a customer name, arrival time, service time, and finish time. 3. and 2 constructors: 1. Default Constructor 2. Parameterized with 3 parameters: customer name as a character array or a string, arrival time as an integer, and service time an integer
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
I need help in this question

Transcribed Image Text:And two public methods:
1. method setCustomer that takes 3 parameters: customer name as a character array or a string, arrival time as an integer, and service time
as an integer
2. method displayCustomer will display a customer name, arrival time, service time, and finish time.
3. and 2 constructors:
1. Default Constructor
2. Parameterized with 3 parameters: customer name as a character array or a string, arrival time as an integer, and service time as
an integer
Define a class named FCFSQueue with two private attributes:
CustomerList: an array of 100 elements of type Customer;
length: integer, which is the number of customers in the queue.
And four public methods:
1. method IsEmpty checks whether the queue is empty or not. Return true if empty, otherwise, return false;
2. method GetLength will return the number of customers in the queue;
3. method Enqueue will insert a new customer to the tail of the queue;
4. method Dequeue will remove a customer from the head of the queue.
And 1 constructor:
1. Default: where you will initialize length

Transcribed Image Text:In this program, you will implement a FIFO or FCFS Queue.
The data:
Define a class named Customer with four private attributes:
CustomerName: 15-character c-string which is the name of the customer or regular string
ArrivalTime: integer, which is the arrival time of the customer
ServiceTime: integer, which is the time point that the customer starts to be serviced
FinishTime: integer, which is the leaving time of the customer
And two public methods:
1. method setCustomer that takes 3 parameters: customer name as a character array or a string, arrival time as an integer, and service time
as an integer
2. method displayCustomer will display a customer name, arrival time, service time, and finish time.
3. and 2 constructors:
1. Default Constructor
2. Parameterized with 3 parameters: customer name as a character array or a string, arrival time as an integer, and service time as
an integer
Define a class named FCFSQueue with two private attributes:
CustomerList: an array of 100 elements of type Customer;
length: integer, which is the number of customers in the queue.
And four public methods:
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY