Upload files to "OOP/Java/Lab/Week5"

This commit is contained in:
Aadit Agrawal 2024-09-02 00:08:48 +05:30
parent ba0ee79bc1
commit f7d1aa3358
4 changed files with 160 additions and 11 deletions

View file

@ -43,4 +43,4 @@ public class Employee {
emp.calculateCTC();
emp.display();
}
}
}