I need to find and fix the error in each of the followingproblems:
1. Find the error in the following pseudocode. Declare Booleanfinished = False Declare Integer value, cube While NOT finishedDisplay “Enter a value to be cubed.” Input value; Set cube =value^3 Display value, ” cubed is “, cube End While
2. The programmer intended the following pseudocode to displaythe numbers 1 through 60, and then display the message “Time’s up!”It will not function as intended, however. Find the error. DeclareInteger counter = 1 Const Integer TIME_LIMIT = 60 While counter< TIME_LIMIT Display counter Set counter = counter + 1 End
PayPal Gateway not configured
PayPal Gateway not configured