My orders
How it works
Examples
Reviews
Blog
Homework Answers
Submit
Sign in
How it works
Examples
Reviews
Homework answers
Blog
Contact us
Submit
Fill in the order form to get the price
Subject
Select Subject
Programming & Computer Science
Math
Engineering
Economics
Physics
Other
Category
C++
Software Engineering
Java | JSP | JSF
Databases | SQL | Oracle | MS Access
C
Python
Excel
C#
Visual Basic
Computer Networks
Functional Programming
Android
Assembler
UNIX/Linux Programming
ASP | ASP.NET
MatLAB
Wolfram Mathematica
MathCAD
Maple
Perl
Action Script | Flash | Flex | ColdFusion
Ruby | Ruby on Rails
Prolog
Objective-C | Swift
Algorithms
Web Development
HTML/JavaScript Web Application
NodeJS Web Application
Other
Deadline
Timezone:
Title
*
Task
*
{"ops":[{"insert":"Three salesmen work for a pharmaceutical company. Each salesman has an ID, salary\nand phone number as shown in the example below.\nID salary phone number\n11 $1000 2388888\n12 $1200 2377777\n13 $1300 2355555\nDeclare the arrays necessary to enter the information of 20 salesmen, and initialize them\nwith the information of the three salesmen above (i.e. the first three cells of each array are\ninitialized as shown in the table above).\nThen, the program must display the following list of tasks:\n1. Add a salesman\n2. Delete a salesman\n3. Search for a salesman by his ID\n4. Exit\nThe user chooses a task by entering the task number (1, 2, 3 or 4).\nWrite the 3 functions necessary to perform the previous tasks (add, delete and\nsearch), then call these functions to perform the tasks chosen by the user.\nThe program must keep on displaying the previous list of tasks and performing the\nrequired task until the user enters 4. (Hint: the main loop is ended when 4 is\nentered).\nIf the number of salesmen entered by the user exceeds 20 (which is bigger than array\nsize), the program must display the following message on screen:\nSorry, the company has enough salesmen at the current time, if you want to add a new\nsalesman, you should delete one first.\nNotes and hints:\n- All the steps from 1 to 3 must be done using functions.\n- Use the concept of parallel arrays.\n- When you delete a salesman, you have to shift the information of the following\nones in each of the arrays.\n- When you add a salesman, add his information at the end of the arrays (if the\nnumber of salesmen is under 20)\n"}]}
I need basic explanations
Special Requirements
Upload files (if required)
Drop files here to upload
Add files...
Account info
Already have an account?
Create an account
Name
*
E-mail
*
Password
*
The password must be at least 6 characters.
I agree with
terms & conditions
Create account & Place an order
Please fix the following input errors:
dummy