Question: Each file starts with some comments ( lines that begin with two slashes ) that describe the program. Examine the pseudocode that follows the introductory
Each file starts with some comments (lines that begin with two slashes) that describe the program. Examine the pseudocode that follows the introductory comments,then find and correct all the bugs.

// This pseudocode segment is intended to compute and display // the average grade of three tests start Declarations num test1 num test2 num test2 num average output "Enter score for test 1 " input test1 output "Enter score for test 2 " input test2 output "Enter score for test 3 " input test3 average-testl + test2 test3/3 output "Average is ", answer end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
