View Single Post
Join Date: May 2008
Posts: 1
Reputation: rigers is an unknown quantity at this point 
Solved Threads: 0
rigers rigers is offline Offline
Newbie Poster

help with text editing

 
0
  #1
May 11th, 2008
Problem 1a: Write a program that generate random text as follows:
the uses chooses a max number of words
it reads in a text file
chooses a random word
it prints the random word
it then finds the next instance of that word in the file
it selects the word following the word it just found
it prints this word
if find reaches the end of the document it starts at the beginning again.
The program will terminate if it loops all the way around and lands on the same place.
The program terminates if it generates the max number of words.

Problem 1b: Try the above but after generating the first two words, it must match
sequences of two words rather than just one.
Reply With Quote