Question: Each problem starts with some comments that describe the problem. Comments are lines that begin with two slashes (//). Following the comments, each file contains
Each problem starts with some comments that describe the problem. Comments are lines that begin with two slashes (//). Following the comments, each file contains pseudocode segments that have one or more bugs that you must find and correct. Rewrite the pseudocode to be complete and correct. You do not need to include declaration of variables (VBA Programming Language)

5. I/ determines if you have passed or failed a course based on the average score of two tests input midtermGrade input finalGrade average =( midGrade + finalGrade )/2 ouput avg if average >=60 then output "Pass" endif else output "Fail" 5. I/ determines if you have passed or failed a course based on the average score of two tests input midtermGrade input finalGrade average =( midGrade + finalGrade )/2 ouput avg if average >=60 then output "Pass" endif else output "Fail
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
