Computer Science, asked by likith85, 7 months ago

Rewrite the following program segment using ternary operator:
if( sale>15000)
comm=sale*5/100;
else
comm=0;

Answers

Answered by SASHANKSAHIL
7

Answer:

I have pinned the answer image you can check it out dear

Hope you may get it

Mark as brainliest

Thank You...

Attachments:
Similar questions