yi
Posts: 3
Nickname: ching
Registered: Aug, 2002
|
|
how to read the line
|
Posted: Sep 9, 2002 6:43 PM
|
|
|
Advertisement
|
text file:
Zebra ZEBRA Alfalfa Zebra Jalapeno Jalapeno Jalapeno Alfalfa Hamburger Fries Alfalfa
If the user types in 1 then the program would print:
The words that occur exactly 3 times are: Alfalfa, Jalapeno
use the Collection hierarchy.
the program must consider uppercase and lowercase letters to be different when reading the input.
------------------ how to do the Collection ~@@~ i have try that but result is error
|
|