Value M Following Code Fragment Executed 2 B M B C M 1 Else End Else C 0 4 Else End End Q43793890

What is the value of m after the following code fragment is executed? a = 2 b m if (a > b) then if (a > c) then m = 1 else end If else if (c not= 0) then 4 else end if end if Show transcribed image text What is the value of m after the following code fragment is executed? a = 2 b m if (a > b) then if (a > c) then m = 1 else end If else if (c not= 0) then 4 else end if end if
Expert Answer
Answer to What is the value of m after the following code fragment is executed? a = 2 b m if (a > b) then if (a > c) then m = 1 el…
OR