e. Write the output of the following math functions:
a. Math.max(-17,-19);
b. Math.floor(-6.7);
Answers
Answered by
0
a. -17 (since,-17>-19)
b.-7
Similar questions