Question

1. Evaluate the following expressions: (1) (int)(34.567 * 100) / 100 (2) (int)(34.567 * 100) / 100.0 (3) (int)(34.567 * 100 / 100) (4) (int)(34.567) * 100 / 100.0

Question image 1Question image 2Question image 3Question image 4Question image 5