Download as:
Rating : ⭐⭐⭐⭐⭐
Price: $10.99
Language:EN
Pages: 5
Words: 1058

And employee salary int putting all your code inside the main source code file

ASSIGNMENT REQUIREMENTS:

  • Use indentation

  • Use meaningful variable and function names

  • You are required to submit a CD containing the softcopy of both your documentation and application.

  • The CD should consist of either data or text files (e.g. *.dat or *.txt) and all relevant source code (*.c,*.h).

Referencing code

If you use some code or ideas for code which have been taken or adapted from another source (book, magazine, internet, forum etc.) then this must be cited and referenced using the Harvard Name convention within your source code. Failure to reference code properly is considered as plagiarism.

  • Now your cipher text will be generated.

  • Apply decryption process and show the plain text again.

ABCDEFGHIJKLMNOPQRSTUVWXYZ +3 DEFGHIJKLMNOPQRSTUVWXYZABC

And so on……

PART B: QUEUE

Write a program for an automated warehouse. The merchandise is stored and retrieved from the warehouse using a computerized robotics system. The procedure for storing and retrieving from the warehouse is as follows:

5. Once the PipeStreamer is empty and if the truck is not empty, the PipeStreamer returns to the truck to get another load. If the truck is empty the PipeStreamer's job is done.

6. As merchandise is needed from the warehouse, a robot retrieves the merchandise
from the front of the appropriate bin.

  • There are 5 different types of merchandise, thus 5 different storage bins.

  • Each bin can hold up to 5 items. If a new item needs to go into a bin that is full, the item that is at the front of the bin is removed and thrown away using the queue concept.

PART C: LINKED LIST

Write a C program that asks the user to enter items until the user chooses to stop, stores them into list nodes, and chains the nodes together into a linked list. You will need to make the following changes:

  • Your linked list should store information about Employees that contain three fields: Employee name (string), Employee code (int), and Employee Salary (int).

  • removeNodeAt()

  • Instead of simply asking the user if they want to add a new node, your main program should offer the user a menu of options:

  • Quit the program

PART D: BINARY TREE

Let E denote the following algebraic expression:

Preorder: * + a – b c / - d e – + f g h

Postorder: a b c - + d e – f g + h - / *

Copyright © 2009-2023 UrgentHomework.com, All right reserved.