Asked by br

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 br
any body know ?
Answered by rage
it a and c
Answered by br
thanks
Answered by br
you where wrong
Answered by Anonymous
2+2
Integer. Parselnt(2")
2+2.0
7/3
11*(int)0.25
Answered by Khushi
2+2
7/3
Answered by Kriti
A and c
Answered by Abdelrhman
2+2
Integer.parselnt("2")
2+2.0
7/3
11*(int)0.25
Answered by Ss
A and c
Answer
2+2 and 7/3
Answer
System.out.println(2+3+"bc");
Answered by Anonymous
System.out.println(2+3+bc) is 5bc.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions