Computer Science, asked by Pratishtha4166, 5 months ago

Rewrite the following using ternary operator:

if(bill>10000)

discount=bill * 10.0/100;

else

discount=bill*15.0/100;​

Answers

Answered by ishwaripal99748
0

I Don't no please give me answer

Similar questions