0
Reply

Write program in C#. store information in object and display

Prasanna Soundarajan

Prasanna Soundarajan

Nov 5 2013 7:19 AM
771
I am a beginner to this. I want to write a program in C#.

The program should store the information of employees in an object and then display the value with bonus.

For eg: emp name, designation etc should be stored and according to the date of joining and grade of the employee bonus should be displayed.

it needs to be a console application. input should be date of joining and grade of the employee.