sheccidmariscal1899 sheccidmariscal1899 Today at 8:10 PM Computers and Technology Answered 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;}