Find the error in the pseudocode.
Declare Boolean finished = False
Declare Integer value, cube

While NOT finished
Display "Enter a value to be cubed"
Input value;
Set cube - value^3
Display value, " cubed is, cube
End While

    • 12 years ago
    A+ Answers
    NOT RATED

    Purchase the answer to view it

    • declare_boolean.docx