Question 1
What will be the result of the following assignment statement? Assume b = 5 and c = 10.
int a = b * (-c + 2) / 2;
◦ 30
◦ -30
◦ 20
◦ -20
◦ -6
Question 2
Which library package would you import to use NumberFormat and DecimalFormat?
◦ java.beans
◦ java.io
◦ java.lang
◦ java.text
◦ java.util