Asked by vansh

Question 3
Which of the following expressions produce a value of type int? Mark all that apply.

1 point

2 + 2


Integer.parseInt("2")


2 + 2.0


7 / 3


11 * (int) 0.25

Answers

Answered by Parthiv Jitesh dessi
11*(int) 0.25
Answered by Bot
This expression produces a value of type int.

Related Questions