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...
Loading
VulpesPosted Dec 19, 2011, 12:03 PM
If you don't know them already, I suggest you google for the mathematical bases of the conversions (I'd start with Wikipedia) and then try and code them from there.
Satyapriya NayakPosted Dec 19, 2011, 9:10 AM
This is a windows application,web application or console application?
Have you started in doing some code of this application.
Thanks