Skip to content

Conversation

anon-pradip
Copy link

  • Added all files and screenshots

@Override
public void Area(double x) throws RemoteException {
double area = Math.PI*x*x;
System.out.println("The required area is: "+String.format("%2f", area)+"m\u00B2");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Return the value to client and display the output in client console.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do this for all other client codes too.

Copy link
Author

@anon-pradip anon-pradip Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok sir done. I committed another commit with all the changes. Please review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants