Skip to content

Add Saroj Aryal's 19180079 lab #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

joerush18
Copy link

No description provided.

@joerush18 joerush18 changed the title Add Saroj Aryal's 19190079 lab Add Saroj Aryal's 19180079 lab Jan 18, 2023
}

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.

Display all the output in client console.

Copy link
Author

Choose a reason for hiding this comment

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

okay sir.

Copy link
Author

@joerush18 joerush18 Jan 20, 2023

Choose a reason for hiding this comment

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

public double calculateTax(double amount) { return amount * taxRate / 100; }

sir why can't i do this on my MyInterface.java ?

@joerush18 joerush18 requested a review from pralhadstha January 21, 2023 16:07
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