User Tools

Site Tools


computer_basics:structured_programming_concepts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computer_basics:structured_programming_concepts [2018/07/24 01:01] mithatcomputer_basics:structured_programming_concepts [2018/07/24 01:44] mithat
Line 39: Line 39:
   * Three kinds of control structures   * Three kinds of control structures
     * **sequence**: statements are executed one after the other.     * **sequence**: statements are executed one after the other.
-    * **selection**: choose among alternative courses of action, "making decisions.+    * **selection**: choose among alternative courses of action, "making decisions."
     * **repetition**: repeat a set of instructions, "looping".     * **repetition**: repeat a set of instructions, "looping".
  
Line 104: Line 104:
 </code> </code>
  
 +<html>
 +<script> var uls = document.getElementsByTagName('ul');
 +for(var i=0,j=uls.length;i<j;++i){uls[i].setAttribute('class','incremental')}
 +</script>
 +</html>
computer_basics/structured_programming_concepts.txt · Last modified: 2018/07/24 22:13 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki