mixsonmichael6518 mixsonmichael6518 28-07-2020 Computers and Technology contestada What is the value of the variable named myNum after the statements that follow are executed? var myNum = 14; var yourNum = 4; myNum++; yourNum-- myNum = myNum * yourNum;