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.

Each file starts with some comments (lines that begin with two slashes)

// 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!