Guest User

Untitled

a guest
Oct 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. /*This pseudo code describes the steps involved with washing a load of laundry.
  2. Desirae Slaugh on 10-17-2018*/
  3.  
  4. //Assumption:load of whites
  5. //Assumption:use liquid detergent, liquid bleach, liquid fabric softener
  6. //Assumption:dirty clothes are all gathered in laundry basket in bedroom
  7. //Assumption:Top loading washing machine
  8. //Assumption:Washing machine dings when finished
  9.  
  10. //Open the door to the laundry room
  11. //Gather laundry detergent
  12. //Gather liquid bleach
  13. //Gather liquid fabric softener
  14. //Grab laundry basket from bedroom
  15. //Remove clothes from laundry basket
  16. //Separate out the “whites” from the “colors”
  17. //Place whites to the side and return colors to laundry basket
  18. //Configure the washing machine for cold water
  19. //Configure the washing machine load size
  20. //Pull handle on washing machine to start water flow
  21. //Once water is half full, add liquid detergent, bleach and fabric softener
  22. //Add clothes to the washing machine (considering balance)
  23. //Close the lid to the washing machine
  24. //Wait for machine to ding when load is complete
  25. //Remove clothes and hang to dry
  26. //Wait for clothes to dry
  27. //Remove clothes from rack
  28. //Place those on Hangers or fold if delicates
  29. //Put away clothes in closet or drawer
  30.  
  31. WeekOneHomework.introToPrimities();
Add Comment
Please, Sign In to add comment