Convert the attached C++ code to working Java code. Don't be afraid to make changes to it, but be judicious in the change that you make. This assignment is not about re-writing or improving this code, ...
Here I worked on a model which had 4 server. 1.Initially customer arrived at server 1 2.Customer departured from server 1 and -> 40% arrived at server 2 -> 30% arrived at server 3 -> 30% arrived at ...