added till 8th b and c

This commit is contained in:
Misa
2026-01-29 15:26:29 +05:30
parent fd0c995cd6
commit 7f14e4b061
9 changed files with 41 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//write a java program for inter thread communication using wait(), notify(), notifyall()
class TotalEarnings extends Thread
{
int total = 0;