Computer Science, asked by rishi2581, 1 year ago

debug the following code and rewrite correctly:-

doublepr=(b -! q):100?250:

(Java)
(Computer)​

Answers

Answered by sagarikaash1
2

Answer:

double pr=(b!=q)?100:250;

Similar questions