If you think the following program is correct, type “No erro…
If you think the following program is correct, type “No errors”. If you think it contains errors, type in a statement that would fix the error(s). Module main() Call sum(2, 1.5)End ModuleModule sum(Real num1, Integer num2) Declare Real result Set result = num1 + num2 Display resultEnd Module [I1_4]
Read Details