Advertisement
notarazi

razi-pseudocode-modular

Jun 12th, 2013
5,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. BEGIN main
  2. CALL displaydata
  3. CALL updatedata
  4. CALL displaydata
  5. END main
  6.  
  7. BEGIN displaydata
  8. FOR all item in array PRINT item values
  9. END displaydata
  10.  
  11. BEGIN updatedata
  12. INPUT indexnumber, arrayvalue
  13. arr[indexnumber]=arrayvalue
  14. END updatedata
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement