Computer Science, asked by Anonymous, 5 months ago

Which of the following is the correct ways to set a value 3.14 in a variable pi such that it cannot be modified? ​

Answers

Answered by sahilchauhan33
0

Answer:

Which of the following statements are correct?

We can assign values of any type to variables of type object.

When a variable of a value type is converted to object, it is said to be unboxed.

When a variable of type object is converted to a value type, it is said to be boxed.

Boolean variable cannot have a value of null.

When a value type is boxed, an entirely new object must be allocated and constructed.

A.2, 5B.1, 5C.3, 4D.2, 3

Answer: Option B

Explanation:

No answer description available for this question

Explanation:

mark as brainliest

Similar questions