0
Calculating net revenue with texas
Is the third test in this problem correct?
6 Réponses
+ 4
public void CalculateNetRevenue(){
this.netRevenue = totalIncome-totalIncome*taxPercent/100;
}
public int getNetRevenue(){
return this.netRevenue;
}
+ 2
no im sure it’s a bug
+ 1
Oh! Ok👍
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.
0
There is no bug!
0
Rahul Jadhavar yes as it was fixed months ago