Translate

Monday, 23 October 2017

pseudo code


Pseudo  code: An  informal highlevel  description  of  the operating  principle  of  a  computer  program.  It  uses  the structural  conventions  of  a  programming  language,  but  is intended  for  human  reading  rather  than  machine  reading.

Rules for Pseudocode
  • Write  only  one statement  per  line
  • Capitalize  initial  keyword
  • Indent  to  show  hierarchy
  • End  multiline  structures
  • Keep statements language  independent

No comments:

Post a Comment

Featured post

check box

<!DOCTYPE html> <html> <head>   <title>Check Box</title> </head> <body>   <input ty...