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
Last revisionBoth sides next revision
computer_basics:structured_programming_concepts [2018/07/24 02:10] – [What is it?] mithatcomputer_basics:structured_programming_concepts [2018/07/24 02:23] mithat
Line 44: Line 44:
 ===== Scenario ===== ===== Scenario =====
   * I need to leave my house for a couple days.   * I need to leave my house for a couple days.
-  * My friend has agreed to look after my cat Zoë.+  * My friend has agreed to look after my cat Ash.
   * They need detailed instructions.   * They need detailed instructions.
  
 ===== First try ===== ===== First try =====
-//Zoë gets a cup of food every day.\\ +//Ash gets a cup of food every day.\\ 
 Her water needs to be filled if it's running low.\\  Her water needs to be filled if it's running low.\\ 
 She also needs to play fetch with her favorite toy.// She also needs to play fetch with her favorite toy.//
  
 ===== Sequence ===== ===== Sequence =====
-"Zoë gets a cup of food every day."+"Ash gets a cup of food every day."
  
   open the bag of catfood on the counter   open the bag of catfood on the counter
Line 70: Line 70:
 "She also needs to play fetch with her favorite toy." "She also needs to play fetch with her favorite toy."
  
-  toss  Zoë's favorite toy +  toss  Ash's favorite toy 
-  while Zoë brings it back+  while Ash brings it back
       pat her on the head       pat her on the head
-      toss Zoë's favorite toy+      toss Ash's favorite toy
  
 ===== Code Examples ===== ===== Code Examples =====
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