nkidane694 nkidane694 01-06-2023 Computers and Technology contestada If myNum is initially 0, what is myNum's value after the following? if (myNum ~= 0) myNum = 10; end myNum = myNum + 2;