Calculating net revenue with texas | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Calculating net revenue with texas

Is the third test in this problem correct?

25th Oct 2020, 10:07 AM
vtivadze
6 Answers
+ 4
public void CalculateNetRevenue(){ this.netRevenue = totalIncome-totalIncome*taxPercent/100; } public int getNetRevenue(){ return this.netRevenue; }
11th Feb 2021, 5:36 PM
Алексей Курило
Алексей Курило - avatar
+ 2
no im sure it’s a bug
25th Oct 2020, 10:55 AM
Roderick Davis
Roderick Davis - avatar
+ 1
Oh! Ok👍
11th Feb 2021, 12:12 PM
Rahul Jadhavar
Rahul Jadhavar - avatar
0
Fot people who don't what he's talking about, it's a code coach in this lesson: https://www.sololearn.com/learn/Java/2162/ I'm also waiting for the answers.
25th Oct 2020, 10:40 AM
你知道規則,我也是
你知道規則,我也是 - avatar
0
There is no bug!
11th Feb 2021, 12:01 PM
Rahul Jadhavar
Rahul Jadhavar - avatar
0
Rahul Jadhavar yes as it was fixed months ago
11th Feb 2021, 12:11 PM
Roderick Davis
Roderick Davis - avatar