Advertisement
feagans

Untitled

Apr 27th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Valid = false
  2. While (valid = false)
  3. DO index 1 to 9
  4. IF (new_item = itemArray[index]) THEN
  5. BasketArray[index] = new_item
  6. Valid = true
  7. ELSE IF
  8. Prompt “Please enter a new item”
  9. Get new_item
  10. ENDIF
  11. IF (quantity < = 9) THEN
  12. quantityArray[index] = quantity
  13. ELSE IF
  14. Prompt” Incorrect item quantity, Please enter a new quantity”
  15. Get quantity
  16. ENDIF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement