#include <csx>forward bomb_planting(planter);forward bomb_planted(planter);forward bomb_explode();forward bomb_defusing(defuser);forward bomb_defused(defuser);public bomb_planting(id) { // your code here}public bomb_planted(id) { // your code here}public bomb_explode(id) { // your code here}public bomb_defuse(id) { // your code here}public bomb_defusing(id) { // your code here}