Question: How can I make a program class in Java that has: * A constructor that is passed the name of the file containing the grammar

How can I make a program class in Java that has:
* A constructor that is passed the name of the file containing the grammar rules from a grammar file.
* A method, randomSentence(), to return a random sentence generated from the grammar.
* A toString() method to return the grammar rules in a readable format

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!