Generate an image that represents a multiple-choice quiz about computer programming. The elements in the quiz are related to the type 'int' and include mathematical questions, parsing string inputs, working with various numerical expressions, such as addition of integers and floating numbers, integer division, and explicit type casting of floating numbers into integers. The image should be interesting and caption-free.

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

2+2

Integer. Parselnt(2")
2+2.0
7/3
11*(int)0.25

any body know ?

thanks

you where wrong

2+2

Integer.parselnt("2")
2+2.0
7/3
11*(int)0.25

A and c

2+2 and 7/3

System.out.println(2+3+"bc");

System.out.println(2+3+bc) is 5bc.

2+2

7/3