Find the error in the pseudocode

  

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

Tags: No tags