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.