Sorting Method 1. Look at a list of eight words that need to be sorted. 2. Compare word #1 with word #2. 3. If word #1 comes before #2, leave them in the order they are in. 4. If word #2 comes before #1, list it above and renumber. 5. Compare word #3 with #1. 6. If word #3 comes before word #1, list it above #1 and renumber. 7. If not, compare #3 with #2 8. If word #3 comes before word #2, list it above #2 and renumber. 9. If not, list #3 as the #3 word. 10. Compare word #4 with #1. 11. If word #4 comes before #1, list it above #1 and renumber. 12. If not, compare #4 with #2 13. If word #4 comes before #2, list it above #2 and renumber. 14. If not, compare #4 with #3. 15. If word #4 comes before #3, list it above#3 and renumber. 16. If not, list #4 as the #4 word. 17. Compare word #5 with word #1. 18. If word #5 comes before #1, list it above #1 and renumber. 19. If not, compare #5 with #2 20. If word #5 comes before #2, list it above #2 and renumber. 21. If not, compare #5 with #3. 22. If word #5 comes before #3, list it above #3 and renumber. 23. If not, compare #5 with #4. 24. If word #5 comes before #4, list it above #4 and renumber. 25. If not, list #5 as word #5. 26. Compare word #6 with word #1 27. If word #6 comes before #1, list it above #1 and renumber. 28. If not, compare #6 with #2. 29. If word #6 comes before #2, list it above #2 and renumber. 30. If not, compare #6 with #3 31. If word #6 comes before #3, list it above #3 and renumber. 32. If not, compare #6 with #4 33. If word #6 comes before #4, list it above #4 and renumber. 34. If not, compare #6 with #5 35. If word #6 comes before #5, list it above #5 and renumber. 36. If not, list #6 as the #6 word. 37. Compare word #7 with #1 38. If word #7 comes before #1, list it above #1 and renumber. 39. If not, compare with #2. 40. If word #7 comes before #2, list it above #2 and renumber. 41. If not, compare with #3. 42. If word #7 comes before #3, list it above #3 and renumber. 43. If not, compare with #4. 44. If word #7 comes before #4, list it above #4 and renumber. 45. If not, compare with #5. 46. If word #7 comes before #5, list it above #5 and renumber. 47. If not, compare with #6. 48. If word #7 comes before #6, list it above #6 and renumber. 49. If not, list #7 as the #7 word. 50. Compare word #8 with #1. 51. If word #8 comes before #1, list it above #1 and renumber. 52. If not, compare with #2. 53. If word #8 comes before #2, list it above #2 and renumber. 54. If not, compare with #3. 55. If word #8 comes before #3, list it above #3 and renumber. 56. If not, compare with #4. 57. If word #8 comes before #4, list it above #4 and renumber. 58. If not, compare with #5. 59. If word #8 comes before #5, list it above #5 and renumber. 60. If not, compare with #6. 61. If word #8 comes before #6, list it above #6 and renumber. 62. If not, compare with #7. 63. If word #8 comes before #7, list it above #7 and renumber. 64. If not list #8 as the #8 word. 65. Print out list in Alpha Order.