Question: . Modify the code given in Figure 1 to count words in small letters and capital letters. Show the header and run of your code.

 . Modify the code given in Figure 1 to count words

. Modify the code given in Figure 1 to count words in small letters and capital letters. Show the header and run of your code. Hint: you can define two public static variables in your class to be used in the lexical actions. TOKEN : { { System.out.print("Found Small Letters"); } | { System.out.print("Found Capital Letters"); } }

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 Databases Questions!