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


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



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here