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 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
Get step-by-step solutions from verified subject matter experts
