Question: What do the bolded statements mean? What does each symbol do? I.e. what does the ? after the ) do? This is in Java. Thanks
What do the bolded statements mean? What does each symbol do? I.e. what does the ? after the ) do? This is in Java. Thanks for your help!
int n; int d;
denominator = Math.abs(d);
numerator = (d > 0)? n: -n;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
