Computer Science, asked by vijayagarwal12391rs, 5 months ago

what will be the value of p after the execution of the following statement : int p=maths.abs(math.max(-91, -97)​

Answers

Answered by gosaviatul3
1

Answer:

Question 1:

(a) Which of the following are valid comments ?

(i) /* comment */

(ii) /* comment

(iii) / / comment

(iv) */ comment */ [2]

(b) What is meant by a package ? Name any two java Application Programming Interface packages. [2]

(c) Name the primitive data type in Java that is :

(i) a 64-bit integer and is used when you need a range of values wider than those provided by int.

(ii) a single 16-bit Unicode character whose default value is ‘\u0000’. [2]

Answered by manish124595
0

-91 to -97

Explanation:

p=maths.abs(math.max(-91, -97)

idn ✌

Similar questions