write a visual basic program that will output a random subj. and predicate. a simple sentence must contain the following form: noun, verb, adverb.(part of speech)..
sample input :
Micah is beautiful
write a visual basic program that will output a random subj. and predicate. a simple sentence must contain the following form: noun, verb, adverb.(part of speech)..
sample input :
Micah is beautiful but she is sad.
output:
noun: Micah, she
verb: is
adjective: beautiful, sad
conjunction: but