Find the Error The following pseudocode algorithm contains two errors. It is supposed to use assigned values to calculate and display the average of two numbers. Find both errors. num1 = 6 num2 = 7 average = (num1 + num1)/2 display avg The following pseudocode algorithm has an error. It is supposed to use values input for a rectangular room’s length and width to calculate and display its area. Find the error. area = width × length Display "What is the room’s width?" Input width Display "What is the room’s length?" Input length Display area
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here