Question: Please help :) 3. What is the error in the following pseudocode? 1/ This program displays the highest value in the array. Declare Integer SIZE
Please help :)

3. What is the error in the following pseudocode? 1/ This program displays the highest value in the array. Declare Integer SIZE = 3 Declare Integer values [SIZE]=1,3,4 Declare integer index Declare Integer highest For index =0 To SIZE -1 If values[index] > highest Then Set highest = values[index ] End lf End For Display "The highest number is", highest 4.Draw a flowchart showing the general logic for totaling the values in an array. (you can use word (docx) or draw it in a paper and upload photo of it)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
