Skip to content

Conversation

sgrgug
Copy link

@sgrgug sgrgug commented Jan 20, 2023

this lab submission from sagar gurung 19180072

}

public void calculateTax(double amount) {
System.out.println("The tax amount is: " + amount * taxRate / 100) ;
Copy link
Contributor

Choose a reason for hiding this comment

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

Print this value in client. User will not have any access to server console to see the printed result.


public void calculateVolumeOfRectangle(double length, double breadth, double height) {

System.out.println("The volume of rectangle is: " + length * breadth * height);
Copy link
Contributor

Choose a reason for hiding this comment

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

Print all the output in client.

@pralhadstha
Copy link
Contributor

Code matched with #4

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