Computer Science, asked by ummeabihasyed, 6 months ago




Q2. Write in java Expression.
I. 400x^50
Q3. Write the OUTPUT.
I. Math.ceil(0.2);
II. Math.rint(8.9);
III. Math.floor(-4.1);
Iv. Math.abs(-4.76);​

Answers

Answered by nishantpawar2005
1

Answer:

sorry I can not find that which one the one

Answered by BrainlyProgrammer
4

Answer:

q2. 400*Math.pow(x,50);

q2.

1. 1.0

2.9.0

3. -5.0

4.4.76

Explanation:

Mark my answer brainliest if it is correct

Similar questions