You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Baby Name Searcher is a Java program that allows users to interactively search for the popularity of a given baby name over the years. It retrieves data from a dataset and presents it in an easy-to-understand bar chart format. Additionally, the program can also fetch the meanings of the names, if available.
The Book Word Counter is a quick and efficient tool developed in Java for analyzing the frequency of words in a book. The user can interactively choose a book and search for word frequencies, providing a simple way to perform basic textual analysis on a piece of literature.