Note: This an extra-points question. Given the following pse…
Note: This an extra-points question. Given the following pseudocode:Module main() Declare Integer num = 8 Display “In main before call num is “, num Call testMethod(num) Display “In main after call num is “, num End Module Module testMethod(Integer amt) Declare Integer num = 15 Set amt = amt – 5 Display “In testMethod num is “, num End Module Specify exactly what is output in the blanks below, one line in each blank. If nothing will appear on a line, type No output in that blank. (Note: This question is worth 2 extra credit points)[l1] [l2] [l3]
Read Details