3. Suppose we have a strategy-based game where some items in the game can get damaged, and when they do their picture changes. Suppose we have a building, and we want to change its pictures as its health drops: (10 pts) Given the following Java instructions, write an if, else if statement to modify imageBuiding with the correct picture value depending on the current value of health. String imageBuiding = "fullHealth.png"; int health =100; 1/ the health will get modified as the player interacts with the game 1/10080 : full health 79-30: partial 29-1: damaged.