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
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.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.