Writing an algorithm to spell the word "OREGON" in pep7 language machine..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shine1lytskin28
    New Member
    • Nov 2009
    • 1

    Writing an algorithm to spell the word "OREGON" in pep7 language machine..

    Write "o"
    write "r"
    write "e"
    write "g"
    write "o"
    write "n"
    .end
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    It's debatable that your list of commands is an algorithm. To me it looks like the same command repeated 6 times before program termination.

    Why don't you get a bit more creative. Maybe actually put some thought into making a real algorithm.

    Comment

    Working...