rewrite using ternary operators
if (x>y)
z=(x/y)
else
z=(x%y)
Answers
Answered by
3
Explanation:
rewrite using ternary operators
if (x>y)
z=(x/y)
else
z=(x%y)
Similar questions
Math,
4 months ago
Math,
4 months ago
Math,
4 months ago
Computer Science,
9 months ago
Math,
9 months ago
Science,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago