Skip to content

Commit

Permalink
Program file to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-26 authored Apr 23, 2020
1 parent 68263b5 commit 33944c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions EmployManagementSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ class MainMenu
{
public void menu()
{
System.out.println("*******************************************");
System.out.println("\t EMPLOYEE MANAGEMENT SYSTEM");
System.out.println("*******************************************");
System.out.println("\t\t\t--------------------");
System.out.println("\t\t\t ~$ Abhinav Dubey");
System.out.println("\t\t\t--------------------");
System.out.println("\t\t*******************************************");
System.out.println("\t\t\t EMPLOYEE MANAGEMENT SYSTEM");
System.out.println("\t\t*******************************************");
System.out.println("\t\t\t --------------------");
System.out.println("\t\t\t ~$ Abhinav Dubey");
System.out.println("\t\t\t --------------------");
System.out.println("\n\nPress 1 : To Add an Employee Details");
System.out.println("Press 2 : To See an Employee Details ");
System.out.println("Press 3 : To Remove an Employee");
Expand Down

0 comments on commit 33944c6

Please sign in to comment.