Some Little Questions

Dec 18 2011 4:21 PM
1- Write a program that creates an array of Employee and allow user to do following operations:
a- Insert a new employee
b- Delete an existing employee
c- Search an employee

The employees in the array must be alphabetically sorted according to their names.




2- Create structures to represent the different formats of colors (RGB, CMYK and HSV formats). Develop an interface that converts each format to another.

Example: RGB to CMYK (Cyan, Magenta, Yellow, black)



Example: 75 0 130
cyan = 0.4230769230769229
magenta = 1.0
yellow = 0.0
black = 0.4901960784313726

If you help me i will owe you...

Answers (2)