sheccidmariscal1899 sheccidmariscal1899 14-09-2022 Computers and Technology contestada What is the value of entry after the following statements are executed?let entry = 9, number = 3;if (entry > 9 || entry/number == 3) { entry--;} else if (entry == 9) { entry ;} else { entry = 3;}